This commit is contained in:
2018-09-19 19:49:43 +00:00
parent 250a4f9ecf
commit c695204051
4 changed files with 79 additions and 9 deletions

View File

@@ -33,6 +33,8 @@ IMMEDIATE ITEMS:
- Add tests using widget which now sports a Notes property
- Add code to do actual search and return results and routes (tags need support too as per search specs)
- Add tests for searching and routes
- Update all the seeder code to add search indexing so can properly test huge search datasets
- Need to find a way to add random text to Notes fields that varies but has some overlap ideally
- EventLogProcessor.AddEntry: CHANGE this to save the context itself and then change all callers to handle that (remove save)
- I originally didn't have the save in there because I thought subsequent code might all share in the single context save,