rizkybaihaqy / tbd-later

0 stars 0 forks source link

feat : admin setup #6

Closed rizkybaihaqy closed 1 year ago

rizkybaihaqy commented 1 year ago

The initialization phase of the app. When the app first started, it will ask to fill in the shop data. This data will be used to initialize the app. The data in discussion is the shop name, description, logo, and password. the password will be used to access the admin page. Without the shop data, the app will not able to open any other page beside /setup.

Because the nature of the data that rarely or maybe never change after the first initialization, the data should be cached until it changed using NextJS built in caching.

rizkybaihaqy commented 1 year ago

11