59
edits
(→Poezio: add link to poezio pad) |
Link Mauve (talk | contribs) (→PubSub browser / management: Add the content.) |
||
Line 202: | Line 202: | ||
=== PubSub browser / management === | === PubSub browser / management === | ||
''Brief explanation'': Add a new tab to poezio to let the user manage PubSub nodes. | |||
''Involved technologies'': Python3, XMPP | |||
''Mentors'': Emmanuel Gil “Link Mauve” Peyrot, Maxime “pep” Buquet | |||
''Deliverables / Expected results'': | |||
* List the nodes present on a service | |||
* Display the metadata of a node | |||
* Display the configuration of a node | |||
* Allow the user to change the configuration of a node | |||
* List the items present on a node | |||
* Let the user publish a new item | |||
''Milestones'': | |||
# Get familiar with slixmpp’s xep_0060 plugin and poezio’s internals | |||
# Write some views displaying mock data in a new poezio tab | |||
# Wire up the views to the data provided by slixmpp |
edits