-
Notifications
You must be signed in to change notification settings - Fork 10
/
TODO
58 lines (53 loc) · 1.23 KB
/
TODO
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
DONE
- remove entities and items
- edit entities and items
- field descriptions
- logo in
- reorder fields
- design / style
- factor
- JSON api
- field validators
- pagination
- fix requiredness
- make the API not hardcoded to port 3000
- JSON API for writes
- document how to run on a port
- upload images
- put handle before subscription for collections
- cancel out of adding a field
- require adding one field
- fields: date, images
- drafts / publishing
- warn on removing items
- support markdown
- pills w/ counts
- fix not propagating fields with errors
- namespaces / workspaces
- access control / roles
- fix type validation
- new fields out-of-order
- write tests
- custom fields: selects
- customized preview
NEXT
- log all changes
- use node domains for exception handling
- deal w/ high number of fields in listing
- settings: jsonp
- storage engines
- references
- bulk import/export for data
- bulk import/export for collections schemas
- custom fields: display order w/ dnd
- file browser
- generic files upload
- document adding permissions for a user?
- explain what are fields
- custom fields
- internationalization
- oauth / user sessions
- csrf tokens
- soft deletes
- custom api routes per entity
- disallow entirely numeric keys