0eab2ab56a6bb279e305c577b84112c947d0b130
[tech-radar-editor.git] / TODO.md
1 - Bugs:
2 - Top of 'Techniques is cut off'
3 - Right hand side is cut off a lot: only the 'H' of 'HOLD' is shown !
4 - Bottom of the radar is truncated as well
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 - Get the d3.js libraries moved into the Phoenix framework
23
24 - Update the tech-radar index form to generate the form based on the database contents
25
26 - Update the /radar page to include input forms for each of the cycles
27 - Only show the form if a '+' button is clicked on the cycle row / 'clicking '-' hides the input row
28 - clicking '-' item next to a row deletes it / removes it from the radar