-
Notifications
You must be signed in to change notification settings - Fork 0
Design
Matthew Sia edited this page Apr 1, 2024
·
22 revisions

- Realtime capabilities. For example, an advertiser is currently looking at the prices for an influencer's services. At the same time, that influencer changes the pricing for some of their services. Do we need to notify the advertiser of this? Or is it fine to leave it as is and the prices will get updated when the page is refreshed?
- Hosting. It seems like most free solutions do not support server side rendering so this may limit our choice of frontend frameworks and use of their newer features.
- Database Schema. We expect data schema to change frequently in the beginning. Therefore, we should consider using an ORM and maybe database migrations.

