add checklist

This commit is contained in:
Connor Turland 2018-03-06 08:58:28 -05:00 committed by GitHub
parent 753fb20308
commit cba83c0011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,4 +18,36 @@ $ forever start server.js
```
Run the metamaps api in another terminal using
`$ rails s -p 3001`
`$ rails s -p 3001`
Checklist
- [x] Get the Import lightbox working, and not conflicting on screen
- [x] Handling CSRF
- [x] Fix images referenced in the JS
- [x] Figure out how authentication of requests from the frontend to the API works
- [x] Figure out how to combine the nodejs realtime server into server.js
- [ ] Get actioncable working
- [ ] Request unreadNotificationCount
- [ ] Request invite code
- [x] Request user object itself
- [ ] Handle CSS metacode colors
- [ ] Fix Request An Invite page
- [ ] Make 'new map' action work
- [ ] Modify the remaining rails templates into JSX templates
- [ ] notifications list
- [ ] notification page
- [ ] list metacodes
- [ ] new metacode
- [ ] edit metacode
- [ ] list metacode_sets
- [ ] new metacode set
- [ ] edit metacode set
- [ ] authorized apps
- [ ] registered apps
- [ ] authorize
- [ ] user passwords
- [ ] Modify the RubyOnRails app to only serve JSON responses, no HTML pages anymore
- [ ] Modify the RubyOnRails app to include an endpoint that responds with basic data the front end needs to display (such as the invite code for the user, and the current metamaps build) (a bunch of the data found here: https://github.com/metamaps/metamaps/blob/frontendonly/Metamaps.ServerData.js.erb)
- [ ] Modify the frontend to request that data from the API which is necessary at first to load the page
- [x] Load the metacodes
- [ ] Load the metacode sets