mischkew / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

[RevisionMachine] Add (support for) user group assignments to revision database #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to retrieve the user group a user belongs to, it is necessary to have 
the user id of each user. At the moment, only the username is stored in the 
revision db.

Actions to be taken:
1. Currently, the username is called "ContributorID" in the db. It should be 
renamed to "ContributorName"
2. Add userid to revisions table as "ContributorId"

With this additional information, the user group assignments should be usable. 
Access methods for retrieving user group info should be added to the 
RevisionApi.

Original issue reported on code.google.com by oliver.ferschke on 21 Jul 2011 at 1:14

GoogleCodeExporter commented 9 years ago
User ids are now also read and written by the RevisionMachine DiffTool.
(not tested yet)

Api has been adapted to reflect changes in the database layout.

Still missing: API methods to allow user group retrieval.

Original comment by oliver.ferschke on 21 Jul 2011 at 8:04

GoogleCodeExporter commented 9 years ago
Done: Has been implemented

Original comment by oliver.ferschke on 27 Jul 2011 at 7:20

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 16 Feb 2012 at 1:28