account page stubbed: link to etsy sign up
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
|
||||
# Roadmap
|
||||
|
||||
- [ ] Etsy (WIP)
|
||||
- [ ] GET ETSY AUTH (WIP)
|
||||
- [ ] move auth state stuff to database (out of cache)
|
||||
- [ ] Get new access token using refresh token flow
|
||||
- [ ] Get new refresh token flow
|
||||
- [ ] Complete this design document?
|
||||
- [ ] Complete defining this roadmap checklist
|
||||
- [ ] Website displaying an audit of store events
|
||||
@@ -51,13 +56,19 @@ All events (or commands) will be stored in a respective event series, and all da
|
||||
|
||||

|
||||
|
||||
## Website heirarchy
|
||||
## Website hierarchy
|
||||
|
||||
- /site
|
||||
|
||||
|
||||
## Architectural and Software Diagrams
|
||||
# Architectural and Software Diagrams
|
||||
|
||||
## Database schema
|
||||
|
||||

|
||||
|
||||
|
||||
## Events
|
||||
|
||||
### Event Sourcing Architecture
|
||||

|
||||
@@ -73,6 +84,26 @@ All events (or commands) will be stored in a respective event series, and all da
|
||||

|
||||
|
||||
|
||||
### All Diagrams
|
||||
## Platform: Etsy
|
||||
|
||||
### Signing up
|
||||
|
||||
**TODO: need an account page that can create accounts ahead of time - force users to create an account first!**
|
||||
|
||||

|
||||
|
||||
***TODO: create a page that will take billing information and include it in this process***
|
||||
|
||||
### Getting a new refresh token
|
||||
|
||||
***TODO***
|
||||
|
||||
|
||||
### Models
|
||||
|
||||

|
||||
|
||||
|
||||
## All Diagrams
|
||||
|
||||
All diagrams are stored in the [diagrams](./diagrams) directory
|
||||
|
||||
Reference in New Issue
Block a user