Skip to content

Cards

Overview

A card is the central object in MyGallery. It is the digital passport of an artwork — a structured record that captures everything known about a physical piece: who made it, when, how it was made, where it has been, who has owned it, and what it is worth. Every artwork registered on the platform lives as a card.

A card has two distinct personas depending on who is looking at it and from where:

  • The front is a curated, shareable view — the artwork's public identity.
  • The back (the vault) is the owner's private workspace — costs, contacts, appraisals, documents, and everything that stays confidential.

Card Characteristics

These are all the data fields a card can hold. The front/back split describes visibility, not storage — all fields live on the same card record.

FieldWhat it representsVisibility
Artwork titleThe name of the workPublic
Artist nameThe artist who created itPublic
Year producedThe year the artwork was madePublic
MaterialThe medium — oil, acrylic, bronze, photography, etc.Public
EditionWhether the work is unique or part of a numbered seriesPublic
Width / Height / DepthPhysical dimensionsPublic
DescriptionA narrative description of the workPublic
ThumbnailThe cover image shown in the social feed and card listPublic
Inventory numberThe owner's internal reference code for the workPublic (front card)
NotesPrivate owner notes — storage instructions, condition, observationsPrivate
ValueAppraised or estimated market valuePrivate
Value dateThe date the valuation was madePrivate
Public flagControls whether the card appears in the social feedSystem
Verified flagWhether the platform has verified this cardSystem
Certified flagWhether the card carries a certificationSystem
NFT active flagWhether a blockchain token has been activated for this cardSystem
My Selection flagThe owner has personally highlighted this cardOwner
Chain countNumber of active chains referencing this cardSystem
Shared countNumber of active shares of this cardSystem
Card typeNormal, Verify, or NFT (see Card Types below)System
CategoriesUser-defined tags for personal organizationOwner
CreatorThe user who originally registered the card — never changesSystem
OwnerThe current holder of the card — changes on transferSystem

Relations

A card can have rich records attached to it. Each relation type has its own document:

RelationSummary
ProvenanceHistorical ownership record — who held the work, where, and when
ExhibitionPublic showings — galleries, museums, fairs
LiteraturePublished references to the artwork
LocationCurrent or past physical locations of the artwork
ContactPrivate people and companies linked to the artwork
CostAcquisition costs and financial records
LinkExternal URLs associated with the artwork
EventCalendar events linked to the card, synced to the owner's device
CategoryUser-defined organizational tags
TransferThe process by which a card changes owner
NFT & BlockchainMinting a card as a blockchain token and managing wallets

The App UI — Front Card and Back Card

Front Card

The front card is what any user sees when they open a card that has been shared with them or that appears in the social feed.

What is visible:

  • Artist name, artwork title, edition status (unique or series), year produced
  • Physical dimensions
  • Inventory number
  • Thumbnail and public images/videos
  • Categories
  • Provenance entries
  • Exhibition entries
  • Literature entries

What the viewer can do (subject to editability rules):

  • Add new provenance entries
  • Add new exhibition entries
  • Add new literature entries
  • Add or remove categories

Back Card

The back card is the owner's private view of the full card. It is never exposed in public queries.

What is visible and editable:

  • All front card fields (artist, title, edition, year, dimensions, inventory number, thumbnail)
  • Public images — add, edit, delete
  • Notes
  • Public card description
  • Calendar events — add, edit, delete
  • Costs — add, edit, delete
  • Contacts — add, edit, delete
  • Value and value date
  • Links — add, edit, delete
  • Media files and documents — add, edit, delete
  • Categories — add, edit, delete

Business Rules

  1. Every card has two key user identities: the creator (the person who originally registered the card — this never changes) and the owner (the current holder — this changes when the card is transferred).

  2. Only the card's creator can directly edit the core fields of a card. When the current owner is not the creator, those fields are read-only for the owner.

  3. A non-creator owner can still add new records to a card — they can add new provenance entries, new exhibitions, and new literature references on top of what already exists.

  4. A non-creator owner who needs to change a field they cannot directly edit can submit a Change Request — specifying what they want changed and why. A back-office reviewer then either approves or rejects the request. If approved, the change is applied.

  5. Provenance, exhibition, and literature entries each carry an editability flag, determined by the same rule: only the user who originally created the entry can edit it. Entries added by a previous owner are visible but not editable by the current owner.

  6. The front card is visible to anyone the card has been shared with. The back card (vault) is private to the owner only.

  7. A card can only be in one transfer at a time. While a transfer is pending, the card is locked — no edits are allowed.

  8. When initiating a transfer, provenance, exhibition, and literature records always travel with the card. The sender additionally chooses which vault sections to include; all vault sections are excluded by default:

    SectionIncluded by default
    Media filesNo
    DocumentsNo
    NotesNo
    Calendar eventsNo
    LinksNo
    ContactsNo
    LocationNo
    CostsNo
    ValueNo
  9. When a transfer is accepted, the original card passes to the recipient and is set to private. The sender retains a private copy of the card containing the vault sections they chose to include. See Transfer for the full set of cascade effects.

  10. A card marked as public appears in the social feed and is discoverable by other users. A private card is visible only to its owner.

  11. The "My Selection" flag lets the owner highlight specific cards in their personal Selections view. It has no effect on the card's public visibility.

  12. The chain count and shared count are maintained automatically by the system whenever a chain or share is created or removed. They cannot be manually edited.


Card Types

TypeMeaning
NormalA standard artwork card with no special status
VerifyA card that has been submitted for platform verification or is currently under review
NFTA card linked to a blockchain token. When the NFT active flag is true, the token is currently active

States

FlagWhat it means when true
PublicThe card appears in the social feed and is discoverable
In transferA transfer is pending; the card is locked for editing
VerifiedThe platform has verified the authenticity of this card
CertifiedThe card carries a platform certification
NFT activeA blockchain token is active for this card
NFT transferredThe NFT associated with this card has been transferred
Copy ofThis card is a duplicate created from a transfer; the field holds the ID of the original card

Constraints

  • Direct editing of the core card fields is blocked for non-creator owners. They must submit a Change Request to request modifications.
  • Non-creator owners can still add new provenance, exhibition, and literature entries.
  • Change requests require back-office approval before any protected field is modified.
  • A second transfer cannot be initiated while a transfer is already pending.
  • The year produced cannot be in the future (validated at the app layer).
  • The social post link attached to a card is immutable — it cannot be changed after the card is created.
  • Back card private data (costs, contacts, notes, value, events, links, location) is never included in public or social feed queries.