Feature/modal to create issue for edit request#868
Closed
chukalicious wants to merge 20 commits intohackforla:developmentfrom
chukalicious:feature/modal-to-create-issue-for-edit-request
Closed
Feature/modal to create issue for edit request#868chukalicious wants to merge 20 commits intohackforla:developmentfrom chukalicious:feature/modal-to-create-issue-for-edit-request
chukalicious wants to merge 20 commits intohackforla:developmentfrom
chukalicious:feature/modal-to-create-issue-for-edit-request
Conversation
…props to the child(ren) component(s) to close the modal
…t to use it as a field for the issue template
…s the proposed value for an editable field. The component also shows contains the title, project name and name of the field to edit values to create the issue.
…e along with the proposed value and the hardcoded value for an assignee. Created controls to open and close the modal (opens on the edit link) and sent down the Modal component props to create the issue and getIssue function to collect the proposed Value from the user input.
…tion is successful but an issue body still needs to be created. Made modicifations to the handleSubmit, removed the props.handleClose and am using setShowModal instead
… is not working. Have formatted 2 lines for the issue. Still to do the proposed value.
…o the API. The proposed value input is not showing in the issue.
…t down as props to the formattedIssue object that will be sent to the Github API. The formattedIssues body gets updated with the proposedValue input using a useEffect function that detects changes in the issueValue prop. The issueVaues props are updated when the form is submitted in the Modal.js
7 tasks
Member
|
Katiuska isn't around to finish this. I'm closing the PR and putting the issue back in prioritized backlog. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #796
I'm submitting in order to have the team access the branch and help with blockers.