Commit Graph

11 Commits

Author SHA1 Message Date
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