Commit graph

50 commits

Author SHA1 Message Date
redfast00
52b2c31c10
Round amount of interested/admitted people in events
We round this number to avoid people not registering for an event
because the event is at max capacity and they would bump it to an
online event. We don't hide the number entirely in order to not
put off people when there aren't a lot of people interested/admitted.
2021-05-09 02:50:50 +02:00
Maxime Bloch
84f7c8b2b7 Fix wachtlijst visual, add not-null constraint 2020-08-04 17:36:37 +02:00
Maxime Bloch
7173490dde Add code highlighting 2020-08-04 04:27:30 +02:00
Maxime Bloch
47897d4317 Add markdown support for notes 2020-08-04 04:15:11 +02:00
Maxime Bloch
73b82ff771 Add timeslots 2020-08-04 03:32:02 +02:00
db9fbb1d7e
Translate link to edit page 2020-07-30 13:35:47 +02:00
maartenvn
42defd8c1c Highlight status in bold 2020-07-27 20:17:59 +02:00
maartenvn
8ee80429bf Make 'Uitschrijven' button red to distinct enrolled events 2020-07-27 20:17:55 +02:00
maartenvn
141e25ee38 Use regular buttons instead of inputs for better accessibility 2020-07-27 20:17:28 +02:00
maartenvn
d5379ae0b7 Highlight no data provided 2020-07-27 17:44:16 +02:00
4cf6498360
Fix bug in assignment: date has no date
This made the assignment task crash.
2020-07-26 01:15:27 +02:00
772c6eff1f
Remove /test endpoint 2020-07-26 00:42:13 +02:00
264dc30639
Remove cargo culted .all() 2020-07-26 00:41:35 +02:00
783ab54b61
Correct typo 2020-07-26 00:41:06 +02:00
3e88f1d207
Remove magic constants "A" and "I"
These stand for "admitted" and "interested", but we have constants for
that.
2020-07-26 00:40:29 +02:00
redfast00
f7da5b5da2 Move description from title to paragraph
The description of events can be quite long: they contain a description
of what will happen during the event and what safety measures are taken.
2020-07-25 21:57:35 +02:00
6466c51111
Eliminate hardcoded 'A' for ADMITTED 2020-07-25 16:33:20 +02:00
45d62cee58
Denied is not a thing any more 2020-07-25 16:23:37 +02:00
a3891494af
Add deregistration 2020-07-25 14:31:03 +02:00
6d6e12a999
Reorder event list item info a bit 2020-07-25 13:45:42 +02:00
10568e2b3d
Rewrite migrations 2020-07-25 12:15:18 +02:00
Maxime Bloch
ab8b7258a7 add responsible person to event 2020-07-25 02:46:33 +02:00
Maxime Bloch
62b71a5df6 Add event edit link for admins 2020-07-25 02:41:33 +02:00
Maxime Bloch
eaa154f829 Add notes to event list view 2020-07-25 02:37:05 +02:00
Maxime Bloch
1aaa3f68d4 add note to event model 2020-07-25 02:33:42 +02:00
ccb24d27e3
Oh no this is becoming too decent to be a Zeus project 2020-07-22 18:19:42 +02:00
769ba7e807
Set all to Dutch 2020-07-22 17:43:50 +02:00
60212ad62a
No button if not logged in 2020-07-22 17:34:14 +02:00
da7baed79c
Don't crash when not logged in 2020-07-22 17:28:39 +02:00
4a17d4b9c0
CSS in static file 2020-07-22 17:16:04 +02:00
033226a96f
Default to 1 registration in admin, "admitted" 2020-07-22 17:02:23 +02:00
f5aebd99b2
Split out registrations form, show own state 2020-07-22 16:33:07 +02:00
1b2a9a3e0b
Update migrations after previous change 2020-07-22 16:33:07 +02:00
e685a35d19
Only one registration for you 2020-07-22 16:33:06 +02:00
Maxime Bloch
146f81b0fe Add some profile viewing 2020-07-22 05:34:40 +02:00
84a46989ac
Don't show list of people, scrap "denied"
When the event is full, people can just stay "interested".
2020-07-22 05:33:33 +02:00
80dab2c4e3
Remove obsolete HTML file 2020-07-22 05:33:32 +02:00
e066cf2c03
Improve admin view 2020-07-22 05:02:01 +02:00
cd3fc7956d
Fix knop 2020-07-22 04:45:01 +02:00
Maxime Bloch
87845eea66 Fix migrations or something 2020-07-22 04:28:06 +02:00
5d5dd4febd
Fix redirect to index 2020-07-22 04:27:18 +02:00
32b443cc81
Fix display of time of day 2020-07-22 04:24:18 +02:00
29202a528a
I wanted to go party but migrations were fucked 2020-07-22 04:18:57 +02:00
8ef4b0a4ea
Merge branch 'events-form' 2020-07-22 04:13:20 +02:00
313366413d
Start events frontend 2020-07-22 04:08:30 +02:00
Maxime Bloch
ba17e04183 Add basic algorithm and celery stuff 2020-07-22 04:02:13 +02:00
Maxime Bloch
6240f53ef5 Fix something :) 2020-07-22 01:44:14 +02:00
Maxime Bloch
e6068af1b7 Add custom users 2020-07-22 00:51:40 +02:00
Maxime Bloch
d0ff75f2c6 add initial models 2020-07-21 22:24:45 +02:00
Maxime Bloch
56ab57f7f5 add initial requirements 2020-07-21 21:40:59 +02:00