Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 598 Bytes

TODO.rst

File metadata and controls

26 lines (17 loc) · 598 Bytes

TODO

  • Named Routes: Add an option to set the name of a route when it is added.
  • Reverse URL Lookups: Add a function for looking up named routes.
  • URL Variables: Allow for the matching and converting of URL arguments such as: string, int, and UUID.

New Routers

  • File Based: Create a file based URL router, and define the conventions surrounding it.
  • RESTFUL/Class Based: Creat a class based URL router that defines a specific class interfaces.

Management

  • Create good, solid, testing infrastructure: Unit tests, Integration test, CI.