Ferreteria/v0.5/URI data

From Woozle Writes Code
< Ferreteria‎ | v0.5
Revision as of 16:22, 18 October 2022 by Woozle (talk | contribs) (links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Ferreteria v0.5: URI Data system

About

The URI data system encodes certain session-state information – generally related to the current page and actions to be performed in it – in URLs which can be used as links. It also decodes URLs to determine which objects should be accessed in order to select pages and take actions while seamlessly preventing unintended action-repeats when a page is reloaded within the browser.

Pieces

The primary interactions where this system comes into play:

  • We have a URL, need to figure out what it's asking us to do (which Feature, mainly).
  • We have a Feature we want to link to, need to ask it to generate its part of the URL.

Related

This system is also used by the dropin system.