You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component (perhaps separate) which connects to the freecoin DB and shares some components, to quickly and easily manage recurrent tasks (add, remove, check) like monthly airdrops, statistics etc.
Notes from brainstorming session with @aspasia
The calendar is a separate collection that holds references to transactions and the date selected.
Special wallets can attach a calendar item to the transaction, which will check if the date is free on the calendar, create a normal transaction and create a new entry in the calendar collection pointing to the transaction.
This way the transaction ledger stays the same and carries nothing strange over to the blockchain, while the collection about calendar items stays local and has pointers to specific transactions.
The calendar rendering can be done easily retrieving date segments and using js or other tools via an API entry.
Component (perhaps separate) which connects to the freecoin DB and shares some components, to quickly and easily manage recurrent tasks (add, remove, check) like monthly airdrops, statistics etc.
Can be using this as GUI https://fullcalendar.io
And this is a good start at the backend: https://github.com/innoq/simple-calendar
Perhaps useful collection of funcs: https://gist.github.com/kouphax/9526644
The text was updated successfully, but these errors were encountered: