GraffitiProjectINDIGO / UrbanChameleon

UrbanChameleon.eu is an online platform to disseminate contemporary graffiti found along Vienna's Danube channel (Austria). Built with TypeScript, Next.js, and Cesium Technology, the platform relies on OpenAtlas and its CIDOC CRM ontology to provide a user-friendly interface for visualising, exploring and searching graffiti and their metadata.
https://www.UrbanChameleon.eu
4 stars 0 forks source link

Refine Rows and Add Export Functionality to Graffiti Data Table #8

Closed jonaschlegel closed 1 year ago

jonaschlegel commented 1 year ago

The graffiti data table needs refinement in terms of determining the necessary rows and providing an export functionality for the selected data.

Tasks:

  1. Determine Necessary Rows: Review the current data and decide on the essential rows that need to be displayed in the table. Consider information like graffiti artist, location, date, type, etc.
  2. Implement Export Function: Add a feature that allows users to select specific data rows and export them as a TSV (Tab-Separated Values) file.
  3. UI Enhancements: Ensure the export button is easily accessible and intuitive. Maybe add a small tutorial or tooltip explaining the export process.

Additional Context: Having a refined data table will enhance user experience and the export functionality will provide users with flexibility in data usage.

jonaschlegel commented 1 year ago

Rows are refined, so new information is added like graffitist, color(s) and area number.

jonaschlegel commented 1 year ago

Added a CSV export of the shown data table view