-
Notifications
You must be signed in to change notification settings - Fork 25
Requirements
CloverFox edited this page Jan 31, 2021
·
5 revisions
MUST be mobile friendly
MUST follow rules and guidelines of both Apple App store and Google Play store
- We know a lot if not most of the usage of BS is mobile. mobile first
MUST be client based, with minimal calls home
- We'll not be able to do server-hosting for the traffic the community generates. client-side, static website/PWA
MUST be independent of data
- We'll need to keep the same data-app separation BS does. client-side data management
MUST work with all BSData created by existing tooling
MUST be able to gather data from data sources, eg Gallery
SHOULD have translations for non English users
SHOULD look good
SHOULD be performant on all devices
COULD offload some tasks to server side