Commit Graph

17 Commits

Author SHA1 Message Date
Alex Hunt 006a1b2e1f Refactored routing, broke some editor components 2019-07-28 10:20:41 -07:00
Alex Hunt 0860d6f0d1 Adding seed tags and css tweaks 2018-11-28 22:43:46 -08:00
Alex Hunt 9f71e388ce Refactoring setup script and creating refresh API route 2018-11-27 22:02:08 -08:00
Alex Hunt 5de6b905ab Connecting to AWS Elasticsearch and extracting connection details to config.py 2018-11-25 15:32:09 -08:00
Alex Hunt 4e4a8e1cec Tags working as normal documents 2018-11-14 21:48:07 -08:00
Alex Hunt 1d862cd30f Replaced plain_text with search_text, a list of blocks with keys, and wired search UI to link to document key, allowing for linking to a search result's place in the text. 2018-05-20 13:42:51 -04:00
Alex Hunt 3c5b93b3c2 Fixed a search bug and added simple unit tests for the chapters API 2018-05-18 19:37:03 -04:00
Alex Hunt 6d6efea4d4 Added mappings and routes for tags 2018-05-12 12:45:12 -04:00
Alex Hunt 6b27755a6a Save a plain-text version of document for search highlighting 2018-04-28 18:38:19 -04:00
Alex Hunt 879c7e5857 Better handling for when there are no documents to display. Introduced a few welcome components. 2017-12-16 18:17:34 -05:00
Alex Hunt 83c657ceec Add loading indicators and basic components/api for a search page. Still needs some wiring up. 2017-12-16 15:00:20 -05:00
Alex Hunt a9c13786e0 Cleaned up chapter seed data. 2017-12-13 23:25:11 -05:00
Alex Hunt 0b61166220 Converted Elasticsearch API to generate document IDs distinct from chapter numbers, the way I should have done it from the start. Also made chapter numbers update after deleting a chapter from the middle of the range 2017-11-28 23:44:15 -05:00
Alex Hunt f4a548f23d Added notes doc_type to Elasticsearch index, extended Flask API blueprint to handle notes, added a notes entry point to webpack, and started fleshing out note components. Will require some refactoring of actions. 2017-11-26 12:38:25 -05:00
Alex Hunt ef5589f9fc Added Ulysses seed data to hydrate the setup helper. 2017-11-26 10:25:55 -05:00
Alex Hunt bf55be3404 Wired the react CRUD UI up to the Elasticsearch API. Numbering scheme will break once you start deleting chapters. 2017-11-21 22:52:32 -05:00
Alex Hunt 0ea2c0524a Created setup script for Elasticsearch index seeded with sample data 2017-11-05 18:59:56 -05:00