Clinton Roy
a23f22dd09
a couple of fixmes, that kinda undermine the whole idea.
2019-10-19 11:38:29 +10:00
Clinton Roy
0d380cd8fc
refactor a bit.
2019-10-19 11:38:29 +10:00
Clinton Roy
20469223cb
go from proposal, to presentation, to slot, to slotroom.
2019-10-19 11:38:29 +10:00
Clinton Roy
8badb0cb99
first stab at making a room slot, still not quite there, think i have to make a separate slot for each time slot
2019-10-19 11:38:29 +10:00
Clinton Roy
92adbb3314
first stab at linking presentations to slots.
2019-10-19 11:38:29 +10:00
Clinton Roy
1243e499e3
correct imports. make a few more dummy proposals
2019-10-19 11:38:29 +10:00
Clinton Roy
8a5ee6837b
remove unused imports
2019-10-19 11:38:29 +10:00
Clinton Roy
a7f26de2fe
making slots.
2019-10-19 11:38:29 +10:00
Clinton Roy
f70345ba8a
dummy presentations to play with
2019-10-19 11:38:29 +10:00
Clinton Roy
ed21bc0335
mandate both csv files, so that we can always get room order. actually finding/creating objects
2019-10-19 11:38:29 +10:00
Clinton Roy
619a311487
basic parsing of talks csv
2019-10-19 11:38:29 +10:00
Clinton Roy
2591a943fe
basic parsing of timeslots.
2019-10-19 11:38:29 +10:00
Joel Addison
fa97cc07e8
Change to relative urls for inventory
2019-10-13 21:34:08 +10:00
Joel Addison
539fa2dfdd
Finalise registration
...
Add shirt types and sizes. Improve messaging about discounts.
Restyle ticket wizard and product category screens. Enable page titles
and messages. Update dashboard to hide raffle.
Enable inventory population for dev container.
2019-10-02 23:25:17 +10:00
Clinton Roy
9d37326953
more ticket information as data
2019-09-30 20:28:33 +10:00
Clinton Roy
cf7e67a747
moved just about all the ticket details from code to settings.
2019-09-30 20:28:33 +10:00
Clinton Roy
8235ffca6c
moving more and more prices to the settings, and outside code.
2019-09-30 20:28:33 +10:00
Clinton Roy
a6ecaad866
fairy -> contributor
2019-09-30 20:28:33 +10:00
Clinton Roy
db90ed20db
add ticket students to the student ticket cap. lots of tiny styling issues.
2019-09-30 20:28:33 +10:00
Clinton Roy
183896d2b6
moved all(?) dates to the configuration.
2019-09-30 20:28:33 +10:00
Joel Addison
23e09b0fb5
Switch to LCA2020
...
Remove LCA2018 and LCA2019 styles and content.
Add base LCA2020 styling and update references to year.
2019-06-24 21:58:21 +10:00
Tobias
c5ec7e5482
Fix badge
2019-01-17 17:48:25 +13:00
Tobias
aa444a0e94
Update name wrapping code
2019-01-17 12:36:14 +13:00
Tobias
289892458c
Upload SVG badge
2019-01-17 11:07:18 +13:00
Sam Bailey
bc29fd49bf
fix dates to match the day of the week
...
this assumes that the date was wrong and day of week correct originally
2018-10-03 10:59:24 +10:00
Sam Bailey
ba2f7b9291
update t-shirt artwork description to current year
2018-10-03 10:57:09 +10:00
Sam Bailey
46b546fadf
update link to direct to current lca website
2018-10-03 10:54:54 +10:00
Tobias
918f4ab6f9
Various small/typo fixes
2018-10-01 09:37:08 +13:00
Tobias
ebbf8f079c
Change models for 2019, closes #135
2018-09-29 17:31:16 +12:00
Tobias
a1d57ad1db
Add children to profile ( fixes #136 )
2018-09-29 17:14:21 +12:00
James Polley
dd5f789ef3
speakers_dinner_ticket requires acceptance of T&Cs
2017-10-02 09:13:05 +11:00
James Polley
abe4f5ad7a
Fix some rules that were overly generous
2017-10-02 00:05:21 +11:00
James Polley
e325454fab
Move agreement to terms to a Category
...
- Remove field from attendee model
- Create the category instead
- Add a product as well
2017-10-01 20:02:45 +11:00
James Polley
38a99f7ae5
And "discount" to EB discount descriptions
2017-10-01 14:50:53 +11:00
James Polley
3f4050d96f
Use a YesNo field for T&C/CoC agreement
...
Using a checkbox doesn't make it obvious that this is required.
2017-10-01 14:48:59 +11:00
James Polley
73964cd820
Update shirt details to match plans
2017-09-30 23:40:46 +10:00
James Polley
68b6fe8f1e
Offset polution with correct spelling.
2017-09-30 23:40:16 +10:00
James Polley
4605ee0d98
Require attendees to agree to Code of Conduct
2017-09-30 18:45:50 +10:00
James Polley
9d7be5f6df
Update YesNoField coercion
...
I am not sure if this is related to a py2/py3 change, or if it's
because django 1.11 changed the way it handles booleans; but either
way, this works.
2017-09-30 18:11:05 +10:00
James Polley
5409d4974a
The 2018ificiation
...
I think this removes most references to "hobart", "pycon", and "2017"
There are still some references to some images that we don't have a
replacement for.
2017-09-30 00:44:13 +10:00
James Polley
ed2753d284
Update inventory for 2018
2017-09-24 19:30:40 +10:00
Jamie Lennox
59207eb0c9
Other suggested django migrations
...
So django keeps strict synchronization between its code and migrations
so that it can help generating new migrations. These are the additional
suggested migrations. A lot of these are a null effect, some are things
like transforming an unsigned integer to a signed integer. So not super
urgent on a small scale, but worth doing to keep django happy.
2017-07-02 22:38:38 +10:00
Sachi King
85ee108a1f
Use full imports not .
...
And tox to py3.6
2017-04-29 14:28:48 +10:00
Sachi King
8fa8fc4012
Add ' *' required markers back
...
The bootstrap renderer did not do anything to signify required rows. We
can do this by adding a class for CSS to work on, and add this field in
a more simplified manner.
label-required == append ' *'
2017-04-25 01:27:04 +10:00
Sachi King
2d7a5aa35a
Useless comment
2017-04-25 01:25:54 +10:00
Sachi King
dfd1da01be
Remove unicode(), we're all unicode
...
Py3
2017-04-23 18:32:52 +10:00
Sachi King
b9510fed67
Remove state select box
...
I'm not against putting this back, however, it doesn't work quite as one
would expect, so I'm removing it as its functionality is more confusing
that working.
Is this really the best way to address this?
If you unselect AU, then it never comes back. It leaves its value in
the textbox pre-filled if it ever got a value, leaving the field
pre-filled with an Aus state even if the person is New Zealand.
Most of our attendees are from but a few countries, we should make these
equal effort to fill in.
2017-04-23 17:32:38 +10:00
Sachi King
079f87b1d2
Use a selectbox for of_legal_age
...
To me, this registeres to a user as a required field better than a
radio-button.
As well, we now signal it as "required = True"
2017-04-23 17:19:38 +10:00
Sachi King
2642c03115
Sneak 2017 into the list of previous years
2017-04-16 16:30:45 +10:00
Sachi King
39b556b7ac
Mass style-check update
...
Seems okay.
2017-03-31 11:54:46 +11:00