Joel Addison
2a720bd46b
Tickets for LCA2021
...
Disable lots of inventory that does not exist for a virtual conf.
Add Swag Badge category and product.
Adjust attendee profile to hide irrelevant questions.
2020-11-23 22:22:00 +10:00
Joel Addison
252697b842
Update to Django 2.2
...
Upgrade site and modules to Django 2.2. Remove and replace obsolete
functionality with current equivalents. Update requirements to latest
versions where possible. Remove unused dependencies.
2020-11-22 23:58:14 +10:00
Joel Addison
b20dc75ea6
Update for LCA2021
2020-10-13 23:16:21 +10:00
Joel Addison
7fac10241e
Improve attendee reports
...
Display attendee profile data in normal table without DataTables so
sorting is not applied, causing data to be confusing to read.
Include item quantity in attendee data report for accurate schwag packing.
2020-01-10 22:49:17 +10:00
Clinton Roy
9644af2fe6
better dummy user creation, dev only
2019-12-15 18:02:16 +10:00
Joel Addison
a5de57b63d
Update dummy presentations script
...
Set title and abstract on talk proposals when creating them.
2019-10-30 09:17:40 +10:00
Clinton Roy
283aa5d22b
make a slot for exclusive events with no allocated rooms, things like food breaks.
2019-10-21 22:17:57 +10:00
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