Flaredown
Flaredown copied to clipboard
Flaredown web app and API
Create and to link [TOS](https://app.flaredown.com/terms-of-service) and PP(https://app.flaredown.com/privacy-policy) pages from "Create Account"
- Pass login and password securely to backend - Authenticate - Redirect logged in user to main page
Add captcha functionality to ensure bots are not creating fake accounts.
- Pass in account into to backend to create account - Authenticate and log in user - Redirect to main page or onboarding flow

Setup a new staging environment - [x] Setup frontend staging - [x] Setup backend staging - [ ] Document setup - [x] Document deployment - [ ] Docs in repo/wiki
- [ ] Migrate away from ember-cli-pickadate to https://github.com/adopted-ember-addons/ember-pikaday - [ ] Remove bower and migrate dependencies to npm - [ ] Migrate at-js to https://github.com/zurb/tribute#installing
Some manual merging of portions of these changes may make sense, but this is just result of running app:update and overwriting every file with its output, mostly for reference on...
# Overview Adds the [rswag gem](https://github.com/rswag/rswag) and generates the default specs for the existing controllers. This generates interactive documentation to view the Open API Documentation for the endpoints. ## Notes...