-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize Icon, Favicon and the Logo #13
Comments
We should have a prefs table with following fields:
|
Should we have a separate prefs table or should we club it with the menus table? Clubbing it together will reduce the HTTP requests because we won't need to make a call for prefs and make another call for menus. Thoughts? |
I think clubbing it together should be good for now. Considering firebase in the loop, how difficult will the mapping be in this case? @Rajan |
I think prefs should go into a separate table - it's less mixed up that way. |
We can keep the tables and models separate and keep the API calls clubbed into a single request. |
Cool |
Yeah that will be really useful 😀 |
Everything should be customizable via profile and settings menus.
People should be able to change the logo, square icon and favicon.
The text was updated successfully, but these errors were encountered: