Skip to content

feat: implement dataset storyboard interactive modal and dynamic rout…#104

Open
anuja-kotnala wants to merge 1 commit into
HerStack-org:mainfrom
anuja-kotnala:storyboard/dataset
Open

feat: implement dataset storyboard interactive modal and dynamic rout…#104
anuja-kotnala wants to merge 1 commit into
HerStack-org:mainfrom
anuja-kotnala:storyboard/dataset

Conversation

@anuja-kotnala
Copy link
Copy Markdown

What does this PR do?

This PR completes the interactive modular storyboard for the "What is a Dataset?" concept card.

To connect the new storyboard overlay without polluting the core codebase, hardcoding component IDs, or forcing changes to the global src/App.jsx router file, I introduced a lightweight configuration pattern via a centralized file mapping. This creates a scalable blueprint that future open-source contributors can easily use to link their own storyboards without merge conflicts.

Changes Matrix

  • src/data/storyboardMapping.js: Created a central dictionary mapping concept IDs directly to their respective React layout components.
  • src/data/datasetStory.js: Isolated the raw narrative text arrays for the 9 progressive explanation scenes.
  • src/data/datasetStoryboard.jsx: Implemented the self-contained interactive modal layout view, timeline progress indicator, and navigation action hooks.
  • src/data/datasetVisualCues.jsx: Developed the custom frame-by-frame inline workspace CSS/HTML visual layout blocks.
  • src/pages/Concepts.jsx: Refactored the core library view to automatically check the component mapping file, dynamically making cards clickable and opening the storyboard modal if configured.

Type of change

  • 🐛 Bug fix
  • ✨ New feature
  • 📝 Content (mentor / resource / storyboard)
  • 📖 Documentation
  • 🎨 Style / UI improvement
  • ♻️ Refactor

Checklist

  • I've tested my changes locally (npm run dev)
  • My code follows the project style guide
  • I've added/updated comments where needed
  • No console errors introduced

Screenshots (if UI change)

Related issue

Closes #74

@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

@anuja-kotnala is attempting to deploy a commit to the HerStack's projects Team on Vercel.

A member of the Team first needs to authorize it.

@anuja-kotnala
Copy link
Copy Markdown
Author

@escher-m Kindly have a look.

Sign up for free to 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.

[Storyboard] What is a dataset?

1 participant