Skip to content

Automatic title - #1591

Draft
ptbrowne wants to merge 4 commits into
mainfrom
feat/automatic-title
Draft

Automatic title#1591
ptbrowne wants to merge 4 commits into
mainfrom
feat/automatic-title

Conversation

@ptbrowne

@ptbrowneptbrowne commented Jun 11, 2024

Copy link
Copy Markdown
Collaborator

An idea to potentially explore having an automatic title when we add a new chart.
Right now the implementation does it at UI level, but this is problematic since we need to have the dimensionsByIri (right now dimensions are fetched at tabs level), and they are refetched, leading to potential problems. I think it would be better to do it when we add the chart.

  • POC to see feasibility
  • Moving generation of title to the reducer when we add the chart
  • Translations
  • Show in UI that title was automatically generated ? Provide a way for the user to accept the automatically generated title ?

Examples

chartTypefieldstitle
columnx: year, y: emissionsEmissions of CO2 per Year
linex: year, y: emissionsEvolution of the Emissions of CO2
piey: emissions, segment: gastypeShares of Emissions of CO2 by Type of Gas

@vercel

vercelBot commented Jun 11, 2024

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for Git ↗︎

NameStatusPreviewCommentsUpdated (UTC)
visualization-tool✅ Ready (Inspect)Visit Preview💬 Add feedbackJun 11, 2024 10:09am

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ptbrowne