Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L'univers / Glossaire : export data #17

Open
Skaant opened this issue Mar 31, 2022 · 0 comments
Open

L'univers / Glossaire : export data #17

Skaant opened this issue Mar 31, 2022 · 0 comments
Labels
data Shaping app data (enums, hard-coded instances of types ...) page Edit or ceate a page

Comments

@Skaant
Copy link
Owner

Skaant commented Mar 31, 2022

  1. Export all ABS-LANG terms as enum,

  2. Create a GlossaryTerm type holding :

    • [Display] name: string (quite the same as enum id),
    • summary?: string, short description, optional but strongly advised,
    • description?: string, detailed description, for L'univers / Glossaire page,
    • occurrences?: string[], term occurrence like 'volume 1 chapitre 1', 'volume 2', 'storyboards'.
      Dans le futur : 'volume 1 version 1 chapitre 1', 'storyboard 18-2 page 1'.
  3. In L'univers / Glossaire page creates sections for :

    • Volume 1,
    • Volume 2,
    • Storyboards.
  4. Create new issue for programmatic ABS-LANG term rendering:

    • <Term id={TERMS['<id>']} />, renders <a href="/l-univers/glossaire/<id>"></a>,
    • Specific font,
    • Front-end JS : hover displays summary ?
@Skaant Skaant added data Shaping app data (enums, hard-coded instances of types ...) page Edit or ceate a page labels Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Shaping app data (enums, hard-coded instances of types ...) page Edit or ceate a page
Projects
None yet
Development

No branches or pull requests

1 participant