Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / TODO.md
1 - Bugs:
2 - Why's the trial and adopt ections so much larger than the asses and hold ?
3 - Is it a problem the index is potentially reset after adding/deleting blips ?
4 - Fix the ref table so items are printed out in order
5
6 - Big Features
7 - The ability to drag and drop items within the map
8 - Would need to store the location of the items
9 - Ability to move maps into the future:
10 - Copy the radar but switch any 'is_new' items to False
11 - Any new items have 'is_new' set to true by default.
12
13 - database
14 - Update README.md with steps for creating the database
15 - Surface the index number used ?
16 - Surface a 'Radar' table with name / index /
17 - Support showing different radars / multiple users / changes over time
18 - Allow saving radars under a different name.
19
20 - Include 'ecto_enum' to support enums: https://github.com/gjaldon/ecto_enum#using-postgress-enum-type
21
22 - Move new-items and ref-table divs to a sliding panal
23
24 - Resize the radar so its reactive (
25
26 - Add an 'edit' tab along with the delete ? Probably just easier to delete and reenter.