-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add button #52
add button #52
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments! Just a minor fix
frontend/src/app/page.tsx
Outdated
return ( | ||
<main> | ||
<h1>Home</h1> | ||
<ProposalTable /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The button looks good! But we don't want to get rid of the proposal table just yet. When we eventually link the table to the backend, we'll have some conditional rendering to have it appear only after having clicked the button to run the webscraper. But for now, we can just leave the table as is.
Developer: {Hayley Chang}
Closes #{45}
Pull Request Summary
{Add button for webscraper}
Modifications
{add button and description to run webscraper}
Testing Considerations
{list out what you have tested and what the reviewer should verify}
Pull Request Checklist
Screenshots/Screencast
{put screenshots of your change, or even better a screencast displaying the functionality}