Custom bug form using Launchpad API
Development of a custom bug reporting form / feedback form on our website, using the Launchpad API.
Blueprint information
- Status:
- Complete
- Approver:
- Benjamin Humphrey
- Priority:
- High
- Drafter:
- Benjamin Humphrey
- Direction:
- Needs approval
- Assignee:
- Josh Holland
- Definition:
- Discussion
- Series goal:
- Accepted for maverick
- Implementation:
- Implemented
- Milestone target:
- ubuntu-manual-maverick-final
- Started by
- Josh Holland
- Completed by
- Kevin Godby
Related branches
Related bugs
Sprints
Whiteboard
Work items:
[1] Identify what information we need from a bug report.
So far, I've just copied the fields from the old errata form.
[2] Investigate the Launchpad API, if anything is missing, talk with the Launchpad developers.
The API looks complete and simple.
[3] Create a custom bug form to be hosted on our website that interfaces with Launchpad. The front end should be user friendly, and, if possible, not require an account. The back end should just be Launchpad.
Not requiring an account could be a problem. There is no requirement to have an account on our end, but I think that an LP account is required.
Is this going to have to be in PHP? Or could I use something I'm actually familiar with/won't puke at the sight of (Django)?
Whatever gets it done :)