Open drubgrubby opened 2 years ago
Clicking on the link will direct user to open a ticket at VRMS for each kind of change.
Progress:
Blockers:
Availability:
ETA:
Demo video: https://www.loom.com/share/cc5eba2f6f784dabad970944d4c3a24a
Progress:
Blockers:
ETA:
Progress:
Blocker:
ETA
I entered Github API instructions in the issue's description.
Katiuska did some good work on this, but didn't finish it. There's a PR #868 that can be used as a beginning, or if you (whomever you are) would like to solve it in a different manner, feel free. I'm going to close the PR, but it's there for you to use or not use as you will.
Overview
This builds on the work on PR #795
Action Items
- [ ] Get text for .md file from Bonnie- [ ] Update project-edit-info.md with new textOnce the previous items have been merged
- [ ] - [ ] Change the link on editableField.js to point to the new .md fileResources/Instructions
To be able to post to the Github API you need to
send a Personal Access Token (PAT) in the Authorization header of the API call function in the editableFiels.js named
requestToEdit
To obtain a PAT go in your Github account > Settings > Developer Settings > Personal Access Tokens > Generate New Token > enter a name for your token > Select Expiration > Select Scope (Repo) > Create Token
Copy your token to a variable in you .env file because you will not be shown the token again
Send in the API call Authorization header:
token ${PAT}
Github Docs: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
client/src/components/manageProjects/editableField.js
team-lead-contact-info.mdPR #795