-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Chiquito edited this page Aug 28, 2019
·
2 revisions
Welcome to the topkek-server wiki!
- Add remaining auth form views (registration, for now)
- Set up navbar. There should be a navbar at the top of the app page with subtabs for different pages in the app. https://www.npmjs.com/package/react-nav-bar looks pretty good. Maybe https://fraserxu.me/react-dropdown/. More stuff will have to be added to the state manager.
- Get the currently logged in user available to react. This is more logical now because login is done in the same react context as the rest of the app. It looks like the login endpoint returns the form JSON, so we can store it.
- See about an HTTPS token. Probably a better idea than hashing for transfer.
- Set up Travis CI https://docs.travis-ci.com/user/tutorial/
- Carefully consider the best deployment area. AWS sounds convenient but run the numbers on pricing. Maybe a box with virtualbox or something would be better.
- Two environments are required,
staging
andproduction
. 2 VMs that run all the services required should be enough for now.