Commit Graph

33 Commits

Author SHA1 Message Date
Thomas Rubini
4d56dd8d2f
add backref from Reactions to Npcs 2023-04-01 17:06:19 +02:00
d41df3e478 showing reaction pictures in result page 2023-04-01 16:48:01 +02:00
98afa0452f fix discord bot updates 2023-03-30 18:42:10 +02:00
c1db569d1b deffered npc image, speed ups game creation 2023-03-30 16:18:05 +02:00
Thomas Rubini
f3a27be971
do not use UUID type for compatibility with old MariaDB servers 2023-03-26 16:22:20 +02:00
Thomas Rubini
ef5ed73c9e
added REACTION_UUID field to Reaction 2023-03-26 15:42:22 +02:00
Thomas Rubini
135c91ad19
use text utility methods when possible 2023-03-25 20:41:04 +01:00
Thomas Rubini
25e29d5c33
refactor SQL relationship names 2023-03-25 20:37:15 +01:00
Thomas Rubini
55018c90bb
add utility fucntions to query texts from locales 2023-03-25 20:16:48 +01:00
Thomas Rubini
05295f30fb
query all places at once 2023-03-19 12:22:19 +01:00
Thomas Rubini
8041be1fea
query all npcs at once 2023-03-19 12:18:16 +01:00
Thomas Rubini
066943d8a8
change reaction import system to read from a directory + add default npc image 2023-03-19 11:11:52 +01:00
Thomas Rubini
23dc6962d8
add npc reaction images to database 2023-03-19 10:43:27 +01:00
Thomas Rubini
3aae90aab8
add autoincrement to some primary keys 2023-03-19 10:29:13 +01:00
Thomas Rubini
969ef67c08
add traits back office view 2023-03-18 18:41:38 +01:00
Thomas Rubini
b0b25b82cf
replace faulty TEXT_ID occurences with LID 2023-03-18 18:40:35 +01:00
Thomas Rubini
25851dc8a3
add backrefs to models 2023-03-18 15:48:58 +01:00
51edb750ce fixed code to use new model 2023-03-15 15:06:44 +01:00
278ed41630 fixed code to use new model 2023-03-14 17:56:20 +01:00
Thomas Rubini
b10c87dcc5
add Text table because foreign keys must reference an unique column 2023-03-12 00:03:09 +01:00
Thomas Rubini
fe32c7d394
modify Answer table 2023-03-11 22:58:06 +01:00
Thomas Rubini
272cb1b3bd
change foreign keys refs 2023-03-11 17:55:50 +01:00
Thomas Rubini
9419324aa2
update string representations of tables 2023-03-11 17:14:35 +01:00
Thomas Rubini
c450bd36b0
Modify Question table and rename to QuestionType 2023-03-11 17:10:10 +01:00
Thomas Rubini
5f84794e24
Modify Locale table 2023-03-11 17:06:21 +01:00
Thomas Rubini
38f682a2d6
add example import script 2023-03-09 14:40:44 +01:00
Thomas Rubini
42e4b43f0c
Do not link SQLAlchemy models to Flask 2023-03-09 14:40:42 +01:00
Thomas Rubini
99a9032826
fix wrong comments 2023-03-06 10:37:53 +01:00
Thomas Rubini
ff5056ab61
add comments to SQL tables 2023-02-27 13:52:44 +01:00
7cfcf1af2a fixed : get reaction description, desc was moved 2023-02-16 11:06:18 +01:00
Thomas Rubini
c50b73477c
Remove last occurences of 'APP' 2023-02-16 08:28:58 +01:00
Thomas Rubini
f4002b4ac7
create all tables on startup 2023-02-11 22:43:14 +01:00
Thomas Rubini
653151c8bd
refactor app to follow python and flask best practices 2023-02-11 22:43:11 +01:00