Skip to content

complete url-graph filter sync, implement share, add no data feedback#52

Open
Jack-86 wants to merge 5 commits intomainfrom
sprint4-urlParsing
Open

complete url-graph filter sync, implement share, add no data feedback#52
Jack-86 wants to merge 5 commits intomainfrom
sprint4-urlParsing

Conversation

@Jack-86
Copy link
Collaborator

@Jack-86 Jack-86 commented Jan 30, 2026

Sprint

#50

Who worked on this sprint?

Anne Wu, Jack Liu

Features Implemented

Syncing graph URL to graph filters & settings
Added no matching data found feedback
Implemented Share

New files created

N/A

Existing files modified

/src/app/graphs/page.tsx
/src/app/layout.tsx
/src/app/components/graphFilters/graphFilters.tsx

Acceptance Criteria

Test as many combinations of parsing and embedding as you can. Full functionality is expected from the embedder/parser at the end of the ticket

Default configuration does not include any active filters

Test share button to ensure that the correct URL is copied to clipboard

UI matches Figma

Code runs locally without errors and builds successfully

Merge via PR

Testing: how did you test?

Tested a bunch of different filters, copying url and making sure the resultant page is still the same.
Tested different year ranges, graph settings, etc.

Features Not Implemented/Incomplete

N/A

Screenshots:

Tag Dan and Shayne

@danglorioso @shaynesidman

@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mhd Ready Ready Preview, Comment Feb 6, 2026 1:07am

};

export default function GraphsPage() {
// const [allProjects, setAllProjects] = useState<Project[]>([]);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we not add big comments like this - remove the code if we don't need it

}
}, [yearRangeOpen, timePeriod, yearRange]);

// Could break when loggin in using liveshare? (network url issue w/ "npm run dev")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this code below looks fine? correct way to copy to clipboard - explain this comment pls

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Sprint 4d]: Parameterizing URL from Filters on Graphs 🔗 - Anne & Jack

5 participants