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

Improve Responsiveness Across All Components #5

Open jonaschlegel opened 1 year ago

jonaschlegel commented 1 year ago

Some components of the platform aren't fully responsive, leading to a suboptimal user experience on various devices.

Tasks:

  1. Audit Current Components: Review all components to identify non-responsive elements.
  2. Prioritize Critical Components: List components that are most crucial for user experience.
  3. Implement Responsive Design: Adjust styles using SCSS media queries for different screen sizes. Check both portrait and landscape orientations.
  4. Testing: Test on multiple devices to ensure consistent behaviour.
  5. Documentation: Update code comments or repo docs with significant changes or decisions.
jonaschlegel commented 12 months ago

Considering the platform's goal to display graffiti in both 2D and 3D, ensuring responsiveness is crucial for user engagement.