sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Issue #11: Created event registration form (without mail messaging) #17

Closed lilliputten closed 7 months ago

lilliputten commented 7 months ago

See issue #16 for the user messaging task.

Overall changes on 2024.03.12:

Added missed/updated existing account management service templates. Fixed django management utitlities. Added error helpers, tempatetags (is_in_list). Project environment: Added lvimrc configuration (excluding static/vendor folder from search). Added payment_method field to Registration data model. Adding event_registration view, url and template (in progress). Added form dedicated styles. Updated basic django account-related templates. Updated registration model (added payment method, active status, removed event-user unque contraint), updated registration unique constraint, added views, urls and templates (in progress) for other registration pages (creation scuccess, edit). Added shared event registration form template (event_registration_form.django), added urls, views, templates for edit registration form, for success messages, updated display of registration list on profile page (show more registration data; without formatting & styling at the moment, events-list.django), added shared view helpers for registration form (TODO: extract to dedicated modules).