40 lines
887 B
Plaintext
40 lines
887 B
Plaintext
|
|
|
|
------------------ Outline ------------------------------------------
|
|
|
|
|
|
Internal / Normal User
|
|
|
|
- / MainPage - Either login view, or Main
|
|
- feature slider ( Terminplanung - Nachrichten )
|
|
- next event countdown
|
|
- /events Normale Planung
|
|
/events/api/... API
|
|
/events/<pk> ReadOnly view of event
|
|
/musicians/profile Own profile
|
|
/musicians All Contact information
|
|
|
|
|
|
|
|
Internal / Managing User
|
|
|
|
/ MainPage ( or login )
|
|
- feature slider ( new event, event grid )
|
|
- event grid
|
|
|
|
/events Displays Event Grid
|
|
|
|
/musicians
|
|
/musicians/create
|
|
( /musicians/<username> edit profile information )
|
|
|
|
|
|
|
|
|
|
------------------ TODO ------------------------------------------
|
|
|
|
- URL Conf into modules
|
|
- Access Rights
|
|
- new user type
|
|
- bootstrap customize: everything red
|
|
|