Commit Graph

25 Commits

Author SHA1 Message Date
Alex Hunt 9fcc14c8e6 Improving interface for media uploads 2019-08-10 08:28:32 -07:00
Alex Hunt d14518ac91 Added ability to upload images to s3 and store them as part of ES object 2019-08-02 19:24:24 -07:00
Alex Hunt 9628899d26 Fixing routing and api for media 2019-07-28 13:16:59 -07:00
Alex Hunt 63f2fe8f41 Enabling reader options on mobile devices 2018-11-28 21:13:49 -08:00
Alex Hunt 1613101594 Adding admin toolbar to refresh ES seed data within UI 2018-11-27 23:01:39 -08:00
Alex Hunt 9f71e388ce Refactoring setup script and creating refresh API route 2018-11-27 22:02:08 -08:00
Alex Hunt 4e5bba1fd5 Enabling deploy to ElasticBeanstalk 2018-11-27 19:12:00 -08:00
Alex Hunt 3298f5c932 Fixing bug from ES 6 upgrade 2018-11-25 17:28:30 -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 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 d25b0a23a1 Finished routing for edit page doc type switching 2018-05-08 23:39:59 -04:00
Alex Hunt dac188adf7 Cleaning up API search results and composing search page 2018-04-29 11:20:40 -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 da809a5e53 Adding favicon to static folder 2017-12-16 15:01:30 -05:00
Alex Hunt 1c8586f3fe Consolidated Chapter and Note document pages into one Editor route with a dropdown to select the docType you wish to edit. Will be easier to manage as I add more doc types. Also began implementing some responsive layout elements. 2017-12-13 23:27:13 -05:00
Alex Hunt 4cab7755c8 Rehashed same CRUD UI for notes, but using the mode. Need to build in title inputs next. 2017-12-09 18:00:19 -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 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 13bde03424 Filling out Redux structure to encompass the full app, with API calls to get currentChapter text 2017-11-05 18:59:18 -05:00
Alex Hunt 4c13c25cb6 React working as intended before I start tearing it up to implement Redux 2017-11-05 10:37:10 -05:00
Alex Hunt a1748b7220 Adding NPM, Babel, Webpack for basic React front end 2017-11-03 22:00:05 -04:00
Alex Hunt cfbaf067ed Basic REST API for interfacing with Elasticsearch. 2017-10-29 20:21:22 -04:00