Closed
Bug 611465
Opened 14 years ago
Closed 14 years ago
Create Django events application for Drumbeat
Categories
(Websites Graveyard :: drumbeat.org, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: paulosman, Assigned: netoarmando)
Details
(Whiteboard: batucada)
We need a simple Django application that allows a user to:
* Create an Event with a name, location (Address, City, Country), date and time.
* RSVP to an existing event (RSVP-No, RSVP-Yes, RSVP-Maybe)
* Display a details page for existing events, including a list of users who have RSVP'd.
If possible, the application should be a drop-in (or leverage an existing Django app) so that it can be shared with other projects. It should also use the activity application in Batucada to send activity notifications when a user creates an event or RSVPs to one.
Reporter | ||
Updated•14 years ago
|
Assignee: nobody → armando
Reporter | ||
Comment 1•14 years ago
|
||
Armando, don't worry too much about the activity support. I can wire that in as a simple post_save signal after you're done. (Should only be 10 lines of code or so).
Assignee | ||
Comment 2•14 years ago
|
||
I'm sorry, I'm late, I just started to code.. I'm working here: https://github.com/netoarmando/batucada
Reporter | ||
Comment 3•14 years ago
|
||
No worries at all. Let me know if you need help with anything. Thanks Armando.
Reporter | ||
Comment 4•14 years ago
|
||
Moving all events functionality to betafarm. WONTFIX'ing this for Drumbeat.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•