Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

20 lines (19 loc) · 1.17 KB

moniboard

Moniboard - A custom dashboard for NetData with user-created views and graph choices.

Things to-do

  1. Create an add graph feature
    1. Should use a popup modal and prompt for relevant information
    2. Once all populated, send the relevant information to the backend and update the database
    3. At the same time as previous step, load in the new graph on the fly. The DB should sync up eventually to be consistent
      1. Don't forget to generate the graph ID and when it is received, update the DOM to have it
  2. Create an edit section feature
    1. Make the title, descriptions, and headings editable.
    2. When edit mode is deactivated, get the content of those editable fields and send to backend
    3. Update the relevant section with those fields
      1. Updating the headings might be a bit hard
      2. Should store the headings objects with the relevant graph id as the key. Might make it a bit easier
  3. Create an add view feature
    1. Looks similar to the add graph feature
    2. Should ask for basic view information, information to create a blank section
    3. Send all to backend and create a brand new document
      1. Generate the relevant ID's