The Teamboard: Difference between revisions

From diaspora* project wiki
Line 20: Line 20:
==== Account backup/migration plan ====
==== Account backup/migration plan ====
see [https://gist.github.com/cmrd-senya/1530eca8bb208e6324829a708ea07032 spec]
see [https://gist.github.com/cmrd-senya/1530eca8bb208e6324829a708ea07032 spec]
Archive schema updates are WIP. [https://www.loomio.org/d/qsVJ2K1t/comment/1033789 Discussion] regarding inclusion of polls to the user's archive.


==== Mentions in comments ====
==== Mentions in comments ====

Revision as of 00:03, 28 May 2016

This page is proposed to be used to have the summarized status of contributors present work.

Contributors

Senya

Issues in hand

- Account backup/migration (#908)

- Mentions in comments (#1851)

- Federation behavior testing

Maintainers' reaction required

- Don't include wrong shareable types in scopes (#6812)

- Extend the generated fixtures set and refactor AccountDeletion (#6783)

- Update the user data export archive format. (#6726)

- Fix possible duplication of AspectVisibility (#6844)

Account backup/migration plan

see spec

Archive schema updates are WIP. Discussion regarding inclusion of polls to the user's archive.

Mentions in comments

I started this work in #6818. It must be decided, whether it worth doing anything about the issue before the new federation code gets integrated or not.

Federation behavior testing

I started this project in order to make federation testing possible in a reproducible way and as close as possible to the real pod data exchange. This package includes rake tasks that deploy a number of test pods basing on diaspora-replica and LXC. Then it communicates with the pods using JSON requests with the diaspora-api gem and perform actions which imply data exchange using the federation routines. This tool may help in debugging federation refactorings, new features development, regression testings against new and old code. I was provided with a server and I'm now going to deploy the software using the buildbot as a CI system.


Fla (Flaburgan)

Issues in hand

- Photos - CSS floats causes ugly spaces when using different image sizes #6809. PR: #6838 [TO BE REVIEWED]

- Poll display "1 vote" when 0% #6835 [WIP]

- Add links to liked and commented pages PR: #5502 [WIP] (A painful rebase is needed, I have to work on it)