This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Where will you start in the codebase, and why did you decide to start there? | |
- Read the documentation! | |
- I started with the routes file because it gives an idea of what input comes from the user, and what processes are initiated from there. | |
- Next I looked at the schema and put it into dbdiagram.io to learn what kinds of data is being tracked in the database. | |
What is familiar to you about the codebase? | |
- Looks like a Rails app. | |
- Models | |
- Database/migrations/schema | |
- Has a service for SMS sending |
OlderNewer