aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 751e018304c023590aabb05a0771f5cefdfa4ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## Note and Notebooks
    * side by side note view for comparing/adding annotations
    * add delete note option to list 
    * notebook main -- add form for editing all notebooks
    * add search to notebook list on create and edit note pages
    * covert notebook and tag menus to searchable dropdown
        - menu default as an overflow div maybe? Select list?
        - hide select list with JS, pull data into div
        - add event to button to reveal menu
        - add input box to top of menu for search
        - make search hide menu items as you search
        - make return open link
 

## Accounts
    * make settings actually editable
    * add settings for showing color
    * hook into groups to see if user is allowed to add more notebooks
    * add payment via stripe

## Annotation
    * model for annoations:
        - note
        - owner
        - position
        - dates


## Outlines

# Done
    * port modal login to new modal system
    * add defailt "trash" notebook and note manager to not show notes in the trash.
    * refactor models to get rid of null on TextFields
    * add loading animation when saving, hide when done.
        - need new type of modal with no close btn
        - need to be resizeable