Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Relationship and Tag Exporting #32

@Some-dudes-carpet

Description

@Some-dudes-carpet

What do you want solved?
Access to all relationships and tags in tabular format.

Describe the solution you'd like
Either displayed in an RV page or as an export function (CSV).

You'd need two tables.

  1. Articles Table (Article Title, Tag).
    Each Title-Tag combination requires a new entry/row.
    DO
    Ikora, Character
    Ikora, Wizard
    DON'T
    Ikora, Character, Wizard

  2. Relationship Table (From Article Title, To Article Title, Relationship)
    e.g. Ikora,Renaud,Friends

Describe alternatives you've considered
There is value is displaying these tables directly in the browser (e.g. quality control). But for any other purpose (data analysis, visualizations, etc.) a simple CSV export is just fine.

Additional context
I assume this information is already being stored logically (relational tables?). If so the task should be straight-forward.

This is the first step in enabling the visualization of relationships which would definitely set RV apart from everything else.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions