Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.33 KB

README_DEV.md

File metadata and controls

26 lines (17 loc) · 1.33 KB

Developer README

This documentation is to assist developers of Prez UI, not users or installers.

/object endpoint behaviour

The object page has the following behaviour:

  • If a URI has been supplied:
    • If the resource does not exist in the data, display a not found error message
    • If the resource exists but does not have a prez:link, display a message saying the resource contains no links within Prez
    • If the resource has one prez:link, automatically redirect to that page within Prez UI
    • If the resource has multiple links, list them to select from on the object page
  • If no URI has been supplied, show base object page, containing info on how to use this page

Recommended Resources

Visual Studio Code is the recommended IDE for development on Prez UI because of its intellisense with TypeScript. These extensions are highly recomended:

Nice-to-haves: