Slide 20
Slide 20 text
@ktrajchevska
What does it take to move to a local database?
● Create Eloquent models for new database tables.
● Change all controller dependencies (Eloquent instead of Third Party API).
○ Registration process, edit profile process
○ Admin panel: managing candidates (CRUD), creating candidate profiles, creating proposals...
● Change controller logic to adapt to the storage change.
● Change all views.
● Adapt the unit tests, retest everything.
● Estimated time for migration: 30 days