agevole / rad2py

Automatically exported from code.google.com/p/rad2py
GNU General Public License v3.0
0 stars 0 forks source link

github connector (ALM) #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of just using a local webapp (psp2py), move to a task-based approach 
linking PSP projects to GitHub issues.

Also use GitHub API to:
 * Store basic PSP data like phase (using tags)
 * Edit PSP planning and design artifacts (using comments / attachments)
 * Allow basic application life-cycle management (milestones / pull requests / releases)

Original issue reported on code.google.com by reingart@gmail.com on 20 Oct 2014 at 3:45

GoogleCodeExporter commented 8 years ago
Progress:
 * GitHub connector added in revision 5c78c2a28fc2 et al
 * Basic Task Info panel added in revision 037c675d8a1f et al

Still missing complete implementation some features (tag, comments, milestones, 
etc.)

PSP data seems to not fit completely (GitHub API is very basic), and also 
additional design artifacts would need to use GIST or other alternatives (no 
attachments...)

Original comment by reingart@gmail.com on 4 Nov 2014 at 3:25