App Page List
1. Purpose
This is a living document which enumerates the app pages that need to be designed. Pages in this list may be added, removed, or changed depending on business needs and technical or design constraints discovered later in development.
2. Document Conventions
The following terms are used to describe specific users of the application:
Unauthenticated (not logged in) users are known as
visitors
.Authenticated (logged in) users are known as
peers
.
The following terms are used to describe levels of user entitlement within the application:
A
browser
is view only (except for account creation and logging in) and used for visitors.An
enjoyer
can interact with the market, including buying and optionally re-selling NFTs, but can’t make new NFTs.A
tenant
can create NFTs and sell them in addition to what the enjoyer can do.A
client
is an administrator level user with all entitlements.
The term object(s)
refers to one of several concepts within the app: Peer Profiles, Galleries, Collections, NFTs, and Transactions.
3. App Pages List
App Home Page
The initial app page at the root domain.
User Profile
The currently logged in user’s dashboard.
Advanced Search
The advanced search functions and search results.
Support Page
Hosts help docs and the support ticket functions.
Create New Account
Account creation form.
Marketplace Category Page
Used to browse a list of objects within a given category.
Browse Objects
Used to browse a list of objects.
Detailed View: Peer Profile
A detailed view of another user’s profile.
Detailed View: Gallery
A detailed view of a gallery.
Detailed View: Collection
A detailed view of a collection.
Detailed View: NFT
A detailed view of an NFT.
Detailed View: Transaction
A detailed view of a transaction.
Create New: Gallery
Form to create a new gallery.
Create New: Collection
Form to create a new collection.
Create New: NFT
Form to create a new NFT.
Edit: Gallery
Form to edit an existing gallery.
Edit: Collection
Form to edit an existing collection.
Edit: NFT
Form to edit an existing NFT.
Application for Tenancy
Form used by peers to request tenancy level entitlements.
Admin Dashboard
The “home page” for the admin back-end.
Admin: App Configuration
Config settings page for the NFT Store.
Admin: App Management
Used for daily admin operations of the NFT Store.
Admin: App Reporting
Used by admins to generate reports.
Admin: Regulatory Compliance
Used by admins to manage regulatory compliance activities.
Document View
A simple page used to view static content, like the privacy policy.
Last updated