Hi, would you guys please suggest if we can create the following with Bubble:
- membership site
- each account is individual
- accounts have checklist pages, where Y or N is required to enter daily
- each checklist collects data on daily basis
- its a 10pts system where daily results are generated and a number between 0-10 gets returned using formula, =(count all Y / all entries)
- all data should be made available to review in weekly, monthly, yearly charts
Checklist page could be looking something like: https://www.screencast.com/t/xEzxFLq1aG
We currently have it all developed in Excels, now looking to transfer into online.
How complex is this? Can we achieve such with current Bubble functionality, or would we still need to do custom coding?
Thanking in advance!
Hello!
Everything you list on the post is possible in Bubble ![:slight_smile: :slight_smile:](http://forum.bubble.io/images/emoji/twitter/slight_smile.png?v=9)
-membership site: there are payment plugins that allow you to create memberships and charge monthly, weekly, etc.
-each account is individual: this is a no-brainer in bubble ![:slight_smile: :slight_smile:](http://forum.bubble.io/images/emoji/twitter/slight_smile.png?v=9)
-accounts have checklist pages, where Y or N is required to enter daily and each checklist collects data on daily basis: also possible using API workflows scheduled to run daily
-its a 10pts system where daily results are generated and a number between 0-10 gets returned using formula, =(count all Y / all entries) = possible as well with API workflows
all data should be made available to review in weekly, monthly, yearly charts = possible with charts plugins and functions in workflows like “group by”
In general, it’s will be a fairly simple but elaborate development. Luckily you will not need to go the extra mile due to the fact that almost everything you need is already integrated in bubble or/and has available solutions.
Good luck! ![:smiley: :smiley:](http://forum.bubble.io/images/emoji/twitter/smiley.png?v=9)
Super-exciting, thank you guys for a prompt reply and for your help. Much appreciated.
One more question I overlooked: we currently have very advanced formulas created in Excels, it’s a complete life management system, so it’s complex. What are our chances to replicate those formulas in Bubble?
I’d imagine that we will not be using same formulas for website development, as here functionality is different from Excel. But we would need to replicate the same process to get the same final outcome.
Sorry, no experience in coding at all, so no ideas what getting into.
Thank you!