amanuensis/tests
Tim Van Baak abbe6e6b2e Track Ersatz status with flag instead of null character
Previously, articles written by Ersatz Scrivener were represented in
the data model by having a NULL character id. This had several awkward
consequences, such as therebeing no real way to distinguish Ersatz
articles from different players without doubling up on foreign keys
whenever there was a character reference, because there would need to
be a user reference as well.

Using a flag on the article itself is a much cleaner solution. There is
no longer a need to have both character and user FKs. Ersatz-ness is
still a special case, but one easily tracked on articles without
changing how basic objects of the game relate to each other. Ersatz
articles can be treated differently in the stats just as easily while
still being subject to character-specific rules like index assignments.
2021-09-15 00:22:38 -07:00
..
backend Track Ersatz status with flag instead of null character 2021-09-15 00:22:38 -07:00
__init__.py Set up poetry project and nix packaging 2021-04-30 00:12:46 -07:00
conftest.py Make importing backends easier 2021-08-12 23:08:56 -07:00
test_auth.py Add home page test 2021-06-26 10:13:46 -07:00
test_character.py Add index settings page 2021-09-09 19:40:48 -07:00
test_home.py Add home page test 2021-06-26 10:13:46 -07:00
test_index.py Add index settings page 2021-09-09 19:40:48 -07:00
test_parser.py Add renderable visitor unit test 2021-06-11 23:55:52 -07:00
test_server.py Reintegrate lexicon routes and joining 2021-08-13 20:12:13 -07:00