-
Filter buttons
-
Sidebar content styling
-
Responsiveness (questions overflowing on narrow screen)
-
Consistent shadows
ACCOUNT CREATION
- Finish user auth from end to end
- Logging out
- Authorization permissions middleware
POSTING QUESTIONS
- Make a new view for testing questions posts
- End to end loop for typing a question into a field
- Submitting that to database
- Redirect user to view that Question
POSTING ANSWERS
- When a question appears on site, then display an answer text field
- Submitting that to database
- Redirect user to view that Question
SEARCHING FOR QUESTIONS