Xevion
2b76b2e6bc
Commit latest compile datest files for 179 updated episodes
2022-05-09 11:57:06 -05:00
Xevion
4482998e3a
Finish updating the rest of identifiers and meta.json
2022-05-09 11:56:08 -05:00
Xevion
ccfbc9909a
Commit latest truth characters.xml & meta.json
2022-05-09 11:24:58 -05:00
Xevion
a8994ccc56
Update issues in speaker_mapping.xml
2022-05-09 11:24:34 -05:00
Xevion
f2d494f91a
Fix issues in truth for Todd Packer & Rolf
2022-05-09 11:24:17 -05:00
Xevion
113b6779fb
Commit compiled data files
2022-05-09 11:23:49 -05:00
Xevion
d29212a912
Add normalization.check function for formatting checks/data validation
2022-05-09 11:21:21 -05:00
Xevion
1b3c7fc4e6
Add normalization.meta-update command
2022-05-09 11:20:48 -05:00
Xevion
d9f0481cdd
Add progress bar to normalization.compile, add tilde for whitespace errors
2022-05-09 11:20:19 -05:00
Xevion
b5aee758cd
Finish compiling function implementations, using copy.deepcopy
2022-05-09 01:53:00 -05:00
Xevion
e7e1fdf7de
Commit current normalization data
2022-05-09 01:10:17 -05:00
Xevion
573ea87d11
Implement base compile command logic
2022-05-09 01:08:17 -05:00
Xevion
cdb67045cf
Add confirmation checks to normalization.all command
2022-05-09 00:40:44 -05:00
Xevion
574bd4c449
Add meta.json value checking, add coloredlogs to improve logging output visually
2022-05-09 00:32:27 -05:00
Xevion
0be969e5bf
Improve use of constants in normalization script
2022-05-09 00:15:15 -05:00
Xevion
4009e6c8a7
Add meta.json persistence support
2022-05-08 23:57:18 -05:00
Xevion
407b456dae
Add normalization.meta command, add command help to truth
2022-05-08 23:52:00 -05:00
Xevion
c83446e28e
Add slug value function
2022-05-08 22:48:52 -05:00
Xevion
da00c51151
Add complete identifier processing command
2022-05-08 22:48:31 -05:00
Xevion
1ac8347e78
Improve normalization.merge command with logging
2022-05-08 20:04:53 -05:00
Xevion
61837e0e32
Update character descriptions and dependent data files
2022-05-08 19:52:10 -05:00
Xevion
b204443ae4
Create CLI-based normalization system based in XML
2022-05-08 19:49:49 -05:00
Xevion
cdc409b9a0
Commit latest changes to server-side processing system
2022-05-08 19:49:18 -05:00
Xevion
698beb5943
Update latest edits to raw pre-processing files
2022-05-08 19:48:45 -05:00
Xevion
19589cf7e1
Explain normaliation process
2022-05-08 19:48:15 -05:00
Xevion
503054b1bc
Commit all pre-processed raw data for rest of episodes
2022-05-01 03:22:18 -05:00
Xevion
672eeedb1a
Fix incorrect episode count being used in verify_episode
...
The season acquired from CLI is one-indexed while episode_counts of course is zero-indexed.
This was not accounted for in `verify_episode`, thus it would error on Season 3, Episode 15 (since Season 4 was accessed, which had 14 episodes).
2022-04-30 20:08:25 -05:00
Xevion
8e3e293d76
update character descriptions with actor names, update main characters list properly to contain all wanted characters, update CLI processing to use filters and copy keys more efficiently
2020-09-21 09:52:08 -05:00
Xevion
7ae360a576
fix characters API endpoint, add Promise to PRELOAD_CHARACTER actions, copy Season component list group formatting to Characters (need to filter down allowed Characters)
2020-09-17 14:19:27 -05:00
Xevion
2894a654af
implement Character page (broken Vuex reactivity, temporary data field fix), rename CharacterList to CharacterBadges, begin work on list of Characters (Characters.vue)
2020-09-17 13:57:37 -05:00
Xevion
1a3eee0ac4
ready API for returning just quotes by page (and fix page KeyError), base summary/name for Episode-like pre-loading, generating and merging with cli.py build characters
2020-09-15 10:30:33 -05:00
Xevion
3e0873da3f
recent changes to generated data (characters.json, main_characters.json), fixes in raw data concerning character names
2020-09-15 07:15:58 -05:00
Xevion
d23855b678
use page query param instead of separate API route
2020-09-15 07:11:55 -05:00
Xevion
ed65362ec6
setup proper breakpoint dev rendering (dev env only), add character descriptions file, add color to breakpoint markers and move over to title
2020-09-14 22:24:00 -05:00
Xevion
9cc6dbfa50
begin implementing character API fetch routes with rudimentary inefficient paging - character_data.keys() will need caching and surface level data building, perhaps prebuilt.json or runtime var? similar to SeasonList
2020-09-14 12:26:01 -05:00
Xevion
1d9d1d27ad
character name separation and character.json saving, refactor character ID generation to helpers
2020-09-14 12:15:08 -05:00
Xevion
21b471e9d4
begin working on charaters.json CLI data aggregation methods, algolia quote object transform (this needs to be standardized, maybe in the next 10,000 years), rename get_characters
2020-09-14 12:01:20 -05:00
Xevion
736547d978
fix deleted scene typo s1 ep2
2020-08-10 14:54:44 -05:00
Xevion
9f80495a15
fix reversed get_neighbors on below
2020-08-10 14:51:01 -05:00
Xevion
6179c210c2
fix Michel typo, update app's
...
latest small changes
2020-08-10 04:52:58 -05:00
Xevion
7e98c55d9c
new SearchResult component, using proper table structure, click functionality for expanding to nearby quotes in scene
2020-08-10 04:52:32 -05:00
Xevion
f1db1b239f
fix vue npm build configuration, make flask render dist folder
2020-08-09 21:58:42 -05:00
Xevion
634f03a09f
add preprocess option to build final|algolia commands, make get_characters no file return None instead of empty list, README.md credit link text fix
2020-08-09 19:57:46 -05:00
Xevion
99b15168e1
finish preprocess, build algolia, build final commands, update README, remove obsolete code in process.py
2020-08-09 17:50:26 -05:00
Xevion
d6e2ce1df4
template preprocess/process/algolia/final commands, cleanup process.py functions removing obsolete funcs, adding save_file & preprocess
2020-08-08 03:59:03 -05:00
Xevion
5c80d47404
clean up basic filename/filepath functions, add rich argument fetch command with progressbars for fetch/delayed requests
2020-08-08 01:15:08 -05:00
Xevion
437d132d18
move process.py, ready CLI with base command groups, command names & docstrings
2020-08-07 18:52:44 -05:00
Xevion
dd7ccdc55e
add process.py, add raw data files, move .flaskenv & .gitignore update
2020-08-06 07:25:52 -05:00
Xevion
ce9ffb7954
add CharacterList to Episode 'description', improve Search Results with result Highlighting (messy), attempts at route #hash scene/quote scrolling
2020-08-06 03:27:55 -05:00
Xevion
41608e71d8
remove huge amounts of data files
2020-08-05 21:22:31 -05:00