Stop requiring someone to be 'attending' in LP
Bug #1147863 reported by
Chris Johnston
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Summit |
Fix Released
|
High
|
Chris Johnston |
Bug Description
The fix:
- Keep existing LP Sprint Attendee import code
- Create registration page to register as an attendee
- Create links to register attendance
Needs to have the ability to edit and delete your attendance.
Related branches
lp://staging/~daker/summit/fix.1147863
On hold
for merging
into
lp://staging/summit
- Summit Hackers: Pending requested
-
Diff: 279 lines (+121/-69) (has conflicts)7 files modifiedMakefile (+1/-1)
summit/common/templates/common/index.html (+11/-12)
summit/media/css/style.css (+48/-0)
summit/schedule/templates/schedule/summit.html (+13/-49)
summit/schedule/templates/schedule/summit_info.html (+31/-7)
summit/schedule/views.py (+16/-0)
summit/urls.py (+1/-0)
lp://staging/~cjohnston/summit/add-summit-registration-links
- Adnane Belmadiaf: Approve
-
Diff: 91 lines (+53/-7)2 files modifiedsummit/schedule/templates/schedule/summit.html (+3/-7)
summit/schedule/tests/registration.py (+50/-0)
lp://staging/~cjohnston/summit/registration-form
- Adnane Belmadiaf: Approve
-
Diff: 595 lines (+503/-1)10 files modifiedEXTERNALS (+7/-0)
summit/common/widgets.py (+122/-0)
summit/media/css/style.css (+17/-0)
summit/media/js/events-ui.js (+11/-0)
summit/schedule/forms.py (+31/-0)
summit/schedule/templates/schedule/form.html (+41/-0)
summit/schedule/tests/__init__.py (+1/-0)
summit/schedule/tests/registration.py (+222/-0)
summit/schedule/views.py (+46/-1)
summit/urls.py (+5/-0)
Changed in summit: | |
importance: | Undecided → High |
Changed in summit: | |
status: | New → In Progress |
assignee: | nobody → Adnane Belmadiaf (daker) |
description: | updated |
Changed in summit: | |
assignee: | Adnane Belmadiaf (daker) → Chris Johnston (chrisjohnston) |
status: | In Progress → Fix Committed |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Adnane, I'm not entirely sure this is how we want to do this... I am going to bring it up for discussion on the ML.