Daniel Hug and GitHub
935e556cf6
Add message tree state model ( #414 )
...
* inital commit, created file for MessageTreeState table
* added initial implementation of MessageTreeState SQl model and added it to__init__
* Ran Alembic revision for migration
* reran precommit on
* removed create_data and deleted flag from model
* ran migration revision to remove unwant class variables date_created and deleted
* removed unused imports
* ran pre-commit
* Updated States definiton to be Enums instead fo Constants
* ran pre-commit formatting
* Fixed Enum class
* ran pre-commit
2023-01-05 21:32:47 +01:00
Gareth Davidson
7000e10bc0
apply pre-commit rules
2023-01-02 00:01:45 +00:00
Igor Miagkov and Andreas Köpf
13d01b5a2f
management api
2022-12-31 10:31:31 +01:00
Andreas Köpf and Andreas Köpf
42e9a77456
further pre-commit fixes
2022-12-31 00:18:55 +01:00
Andreas Köpf and Andreas Köpf
3fe9c7a026
fix formatting in models/text_labels.py
2022-12-31 00:18:55 +01:00
Andreas Köpf and Andreas Köpf
ee14554e1b
role='user' -> role='prompter'
2022-12-31 00:18:55 +01:00
Andreas Köpf and Andreas Köpf
8b225430a4
BREAKING-CHANGES: Renaming several models/database objects + API protocol
...
person -> user
work_package -> task
post -> message
thread -> message_tree
2022-12-31 00:18:55 +01:00
alexandrelefourner and Andreas Köpf
35e0c32a08
Updating work_package to task
2022-12-31 00:18:55 +01:00
alexandrelefourner and Andreas Köpf
d118f4e332
Renaming thread to message_tree
2022-12-31 00:18:55 +01:00
alexandrelefourner and Andreas Köpf
7743459220
Renaming post to message
2022-12-31 00:18:55 +01:00
alexandrelefourner and Andreas Köpf
9a1a4876f0
Rename of person to user
2022-12-31 00:18:55 +01:00
Igor Miagkov and Andreas Köpf
7867466700
added trusted api client flag
2022-12-30 00:35:30 +01:00
Yannic Kilcher and GitHub
3ab2e01b21
Merge pull request #128 from GraemeHarris/add-lang-column
...
Added column to post table for lang with US english set to default.
2022-12-29 21:33:41 +01:00
Igor Miagkov
efafc0173a
added support for collective tasks
2022-12-29 21:32:17 +04:00
Graeme Harris
e5c32eda21
Updates from linting
2022-12-29 19:26:30 +02:00
GraemeHarris and GitHub
8046a4a15b
Merge branch 'main' into add-lang-column
2022-12-29 09:52:11 +02:00
Graeme Harris
00ebf90871
Added column to post table for lang with US english set to default. Included alembic migration
2022-12-28 23:25:29 +02:00
Igor Miagkov and Andreas Köpf
2786ad6132
Sampling random posts for tasks
2022-12-28 22:23:16 +01:00
Andreas Köpf and Andreas Köpf
f74fe68f87
add journal table and JournalWriter helper class
2022-12-27 22:37:48 +01:00
Yannic Kilcher
a37bf6bf41
added text labels to the API
2022-12-25 17:08:57 +01:00
Andreas Köpf
8a48722e72
first api-interaction, fix auth_method unique-index
2022-12-22 18:41:50 +01:00
Yannic Kilcher
b34ef75423
started re-working python code
2022-12-19 18:00:09 +01:00