You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to the directory of your fph-frontend repo using the cd command.
Run git checkout dev and then git pull.
Create a branch off the main branch in fph-frontend. For the name of the branch, use what the title of this issue as. Use git checkout -b <insert_branch_name>.
Install the necessary dependencies through running yarn. Test that your application works by running yarn format followed by yarn dev
Create your necessary code through creating files within the component folder.
Run the code with yarn (to install), yarn format (to format the code), and yarn start (to start the program).
Access localhost:3000/.
Task
We will be making updates to the business dashboard.
This task includes adding the Submit Donation Form button on the top right. This also includes adding the buttons on the notifications such as the submit form and the view form buttons. These should link to the pages to submit and view the business donation forms. You can see logic to viewing the details of the donation form in the donation history table. Lastly, you will need to match the figma for the css for the Business Dashboard.
This should also update this form for adding a new business manually on the FPH side.
Support
Feel free to reach out to Madhu and Josh on Slack/Messenger for assistance.
The text was updated successfully, but these errors were encountered:
Overview
"IDGAF" - Minh
Running the program
git clone
fph-frontend
repo using thecd
command.git checkout dev
and thengit pull
.main
branch infph-frontend
. For the name of the branch, use what the title of this issue as. Usegit checkout -b <insert_branch_name>
.yarn
. Test that your application works by runningyarn format
followed byyarn dev
component
folder.yarn
(to install),yarn format
(to format the code), andyarn start
(to start the program).localhost:3000/
.Task
We will be making updates to the business dashboard.
https://www.figma.com/file/VkH80LtHkl1Ck76v88fTvk/FPH-Wireframes?type=design&node-id=2758-36577&mode=design&t=RVUfcr2PbonL2agy-4
This task includes adding the Submit Donation Form button on the top right. This also includes adding the buttons on the notifications such as the submit form and the view form buttons. These should link to the pages to submit and view the business donation forms. You can see logic to viewing the details of the donation form in the donation history table. Lastly, you will need to match the figma for the css for the Business Dashboard.
This should also update this form for adding a new business manually on the FPH side.
Support
Feel free to reach out to Madhu and Josh on Slack/Messenger for assistance.
The text was updated successfully, but these errors were encountered: