Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.08 KB

File metadata and controls

39 lines (31 loc) · 1.08 KB

Rssolver Todo

future

  • debugging tools for config rules?
  • configuration section in the readme

effort 6

  • add a guid node to the rss
  • add the ability to have complex rss contents, including html

effort 5

  • add a default config file with comments

effort 4

  • create a route for rss sources
  • parsing rss sources
    • file source
    • internet url source

effort 3

  • switch to scalatest for the improved error messages

effort 2

  • add readme
  • add missing files from effort 1
  • small cleanup
  • improve the rss2 xsd to include the version attribute

effort 1

  • search scaladex for xml validation tools
  • fix deprecation warnings
  • look at common project structures, given that the template I started from is not structured how I recognize
  • organize files/directories to a common structure
  • move the xml validation proof of concept I wrote into a test case
  • look over Mill documentation and config files
  • look over utest documentation
  • review other projects using utest