Difference between revisions of "Bitgroup/Tasks"
(→Task#9) |
|||
Line 1: | Line 1: | ||
== Tasks todo == | == Tasks todo == | ||
+ | === Task#9 (2013-09-17) === | ||
+ | Proper notification system for messages on the page, so that notification comes up in all instances until the notification is closed. | ||
+ | |||
=== Task#8 (2013-09-17) === | === Task#8 (2013-09-17) === | ||
The extensions and the node data need to be in their own dir rather than just a named file. Extensions can then be packaged with their own resource files such as images etc. Also the extension should be able to have it's own i18n file instead of having to call ''msgSet'' so that it's easier for non-developers to help maintain the messages. | The extensions and the node data need to be in their own dir rather than just a named file. Extensions can then be packaged with their own resource files such as images etc. Also the extension should be able to have it's own i18n file instead of having to call ''msgSet'' so that it's easier for non-developers to help maintain the messages. |
Revision as of 16:56, 17 September 2013
Tasks todo
Task#9 (2013-09-17)
Proper notification system for messages on the page, so that notification comes up in all instances until the notification is closed.
Task#8 (2013-09-17)
The extensions and the node data need to be in their own dir rather than just a named file. Extensions can then be packaged with their own resource files such as images etc. Also the extension should be able to have it's own i18n file instead of having to call msgSet so that it's easier for non-developers to help maintain the messages.
Task#6 (2013-09-17)
Treeview component that can be dynamically connected or not (i.e. just setValue without connect)
Task#5 (2013-09-17)
Password authentication to protect from XSS in Ajax requests to the application from remote sites.
Task#4 (2013-09-17)
Group invitation and acceptance mechanism.
Task#3 (2013-09-16)
Add group creation view and a template data structure for new groups.
Tasks done
Task#1 (2013-09-10)
Create default skin based on OD site.
Completed (2013-09-16)
Task#2 (2013-09-12)
Detect connectivity status with the Bitgroup service and the Bitmessage application and report in the interface. Queue up data synchronisation changes until the service is back online if it's not connected.
Completed (2013-09-15)
Task#7 (2013-09-17)
Change i18n messages to JSON and load from both JS and Python sides.
- Completed (2013-09-17)