/TODO.md

http://github.com/rstacruz/ion · Markdown · 28 lines · 15 code · 13 blank · 0 comment · 0 complexity · f361ca109d7b640b2ac10f63a7f327e8 MD5 · raw file

  1. To do list
  2. ----------
  3. - Server: implement indexing
  4. - Server: implement purge
  5. - Server: implement async indexing
  6. - Server tests: make the server purge, instead of doing it by itself
  7. - Client: implement `Ion.connect ion:`
  8. - Client: implement remote searching
  9. - Client: implement remote indexing
  10. - Fuzzy indexing for autocompletes
  11. - Test the Rails `acts_as_ion_indexable`
  12. - Test the Sequel `plugin :ion_indexable`
  13. - Number array indexing? (`ion { number :employee_ids }` + `employee_ids().is_a?(Array)`)
  14. - Text array indexing (`ion { list :tags }`)
  15. - Boolean indexing should be more forgiving