|
aa63023383
|
Improve order items page and other stuff
|
2020-01-27 03:46:05 +01:00 |
|
|
8ed38f178c
|
Fix and improve "ordered items" page
|
2020-01-27 03:01:49 +01:00 |
|
|
6f24b52855
|
Make creating order and adding items work
|
2020-01-27 02:33:55 +01:00 |
|
|
0e7675cec6
|
Add wok number in Ocean Garden menu
|
2020-01-27 01:05:31 +01:00 |
|
|
161a5031e5
|
Update location views
|
2020-01-27 00:57:51 +01:00 |
|
|
3380d790bc
|
Store attributes directly on model instead of in map
|
2020-01-27 00:48:26 +01:00 |
|
|
b7cc2048d6
|
Forbid tags and price on choice blocks
|
2020-01-27 00:26:51 +01:00 |
|
|
ad9b55fa4b
|
Correct Ocean Garden menu
|
2020-01-27 00:26:32 +01:00 |
|
|
fb9b0d7960
|
Rename "base" to "dish"
|
2020-01-26 23:51:29 +01:00 |
|
|
b1d0c3e004
|
Finish working migration!
|
2020-01-26 23:40:43 +01:00 |
|
|
40170046c5
|
Make order_item.price nullable
There are some order items in the DB where product = NULL so price
cannot be defined for them.
|
2020-01-26 21:03:14 +01:00 |
|
|
7e476c39dc
|
Drop migration of "paid" to non-nullable
The DB contains NULLs here, and I'll just leave them be.
|
2020-01-26 19:48:31 +01:00 |
|
|
285d4223e2
|
Update migration README
|
2020-01-26 19:39:35 +01:00 |
|
|
4b99eff7c8
|
Put migration table in migration to avoid import troubles
|
2020-01-26 19:39:21 +01:00 |
|
|
2313f0bcb5
|
Write migration -- don't run, not tested
|
2020-01-26 18:53:14 +01:00 |
|
|
ecaff42ba4
|
Generate migration -- do not run in production
This is the migration that was automatically generated. If you run this
version, historical data WILL be corrupted beyond repair.
|
2020-01-26 16:32:37 +01:00 |
|
|
6d7baa31ea
|
Final fixes before generating migration
|
2020-01-26 16:25:59 +01:00 |
|
|
d5bb14d3a5
|
Update views with HLDS models
Not expected to work yet, but if I don't do this generating migrations
gives errors.
|
2020-01-26 16:14:23 +01:00 |
|
|
238c841239
|
Add location's attributes in Location.str
|
2020-01-26 15:40:04 +01:00 |
|
|
9494886965
|
Fix error in grammar that made some comments illegal
The comment in this location header should be supported, but wasn't:
=============================================
fitchen: Fitchen
osm https://www.openstreetmap.org/node/3394542496
# Menu: https://www.fitchen.be/wp-content/uploads/2019/12/FITCHEN_gids_02122019_3web.pdf
=============================================
|
2020-01-26 15:30:32 +01:00 |
|
|
a346220896
|
Adjust str() of HLDS models to deal with int price
|
2020-01-26 15:13:48 +01:00 |
|
|
fe593fece6
|
Add typing in HLDS code, change price to int
|
2020-01-26 15:09:22 +01:00 |
|
|
798e08d74b
|
Remove removed concepts in admin, add choice item
|
2020-01-26 14:37:39 +01:00 |
|
|
9588116ba7
|
Fix data model before generating migration
|
2020-01-26 03:04:37 +01:00 |
|
|
e46d5e622e
|
Fix references to removed concepts
This will probably not work but it's a start and it was needed to get
the DB migrations running
|
2020-01-26 02:52:45 +01:00 |
|
|
ecb0550fdd
|
Update models
|
2020-01-26 02:39:58 +01:00 |
|
|
d564808417
|
Correct misspelled "courrier" to "courier"
|
2020-01-26 02:28:20 +01:00 |
|
|
f2c6ad9c89
|
Remove old, database-based models
|
2020-01-26 02:13:02 +01:00 |
|
|
996444e1b0
|
Make choice type available in dish, make tostring idempotent
|
2020-01-26 02:09:53 +01:00 |
|
|
22aa5a0fb0
|
Fix issues reported by pylint
And silence the self-use warning: Tatsu requires it this way
|
2020-01-26 01:50:30 +01:00 |
|
|
5fcac5f937
|
Add choices to dishes in semantic actions
|
2020-01-26 01:41:18 +01:00 |
|
|
1d9e7cc170
|
Refactor loader to parser, remove hlds from app.py
|
2020-01-26 01:33:08 +01:00 |
|
|
37e3799985
|
Add semantic actions to create models, add str for models
|
2020-01-26 01:31:04 +01:00 |
|
|
edb1677523
|
Refactor HLDS to avoid loading files always
|
2020-01-26 00:04:29 +01:00 |
|
|
1bfbbfde6d
|
Update database schema description
|
2020-01-25 22:16:08 +01:00 |
|
|
5f7d36f0fa
|
Add translation table from legacy to HLDS IDs
|
2020-01-25 22:13:57 +01:00 |
|
|
b459dbc9b7
|
Start models
|
2020-01-25 01:33:23 +01:00 |
|
|
230e336b2b
|
Fix HLDS header in Vim support
|
2020-01-24 22:03:15 +01:00 |
|
|
f77a61cf87
|
Add Fitchen HLDS menu
|
2020-01-24 22:01:38 +01:00 |
|
|
303349e376
|
Load HLDS locations in app
|
2020-01-24 15:47:29 +01:00 |
|
|
e6b707e3d7
|
Make main file executable
|
2020-01-24 15:38:03 +01:00 |
|
|
8d1e95e5b4
|
Add editorconfig for indentation uniformity
|
2020-01-24 15:23:10 +01:00 |
|
|
ca264b90e1
|
Force parsed result to be list
|
2020-01-24 15:16:01 +01:00 |
|
|
50d9b624d9
|
Update requirements
|
2020-01-24 15:13:28 +01:00 |
|
|
f62b105abd
|
HLDS: simplify data structure slightly
|
2020-01-24 14:47:53 +01:00 |
|
|
a2847eab5d
|
Add README for Vim support
|
2020-01-24 02:08:54 +01:00 |
|
mcbloch
|
fe88e456a7
|
Add initial HLDS syntax highlighting for Emacs
|
2020-01-24 01:33:36 +01:00 |
|
|
18897af4e3
|
Recognize comments in HLDS highlighting for Vim
|
2020-01-24 01:32:44 +01:00 |
|
|
9f2edb2f81
|
Add initial HLDS highlighting for Vim
|
2020-01-24 01:32:19 +01:00 |
|
|
a3af7476c7
|
Fix strange parsing error
|
2020-01-24 00:26:53 +01:00 |
|