AfterClass-io / afterclass.io-v2

[alpha] https://new.afterclass.io
https://afterclass-io-v2-git-main-afterclass.vercel.app/
MIT License
7 stars 2 forks source link

[Chore] dev data cloning from main database #68

Closed davidlhw closed 4 months ago

davidlhw commented 8 months ago

Context

We should have a test dataset that we can periodically reset the development database's state to so that those test data can be used for backend feature development

Steps

  1. db dump on prod
  2. clear personal data & replace them with random info
  3. load dev db with this mock data
davidlhw commented 4 months ago

marking as closed with completion

prod and staging db are up on supabase and code for db sync (prod -> staging) is at https://github.com/AfterClass-io/db-sync

seed data and dev env setup is done as part of #75