Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 700 Bytes

File metadata and controls

15 lines (12 loc) · 700 Bytes

UrlShortener

Here are some notes, and stuff...

TODO

  • Show a N/A tag when a Timestamp is default (LastAccessed = 1/1/0001...)
  • Show some sort of "empty" message when no links are present/returned.
  • Format (and localize) date and times in Views.
  • Fail gracefully when Raven is not running.
  • Validate data entry (keys do not exist, valid url is given, etc.)
  • Auto-refresh Url/Index (http://stackoverflow.com/questions/7064982/asynchronous-auto-refresh-using-asp-net-mvc-3)
  • Add data layer to separate view models from data models, and abstract data access from MVC app.
  • Add "Delete All" action to UrlController.
  • Append index state info to Url/Index (is stale, last updated, etc.)