-
Notifications
You must be signed in to change notification settings - Fork 157
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
Added github issue render UI #634
Conversation
Deploying with
|
Latest commit: |
96ebbd5
|
Status: | ✅ Deploy successful! |
Preview URL: | https://7c1cd15d.dashboard-rds.pages.dev |
Branch Preview URL: | https://feature-github-issue-render.dashboard-rds.pages.dev |
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 issue card does not look like the one at status site.
- Different size
- Lot of missing details
Still does not look the same as status site issues card.
|
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.
Since the Reject button has been moved beside the requestors here, I had couple of questions:
- Is there an issue created for this change? Can you share the link for the same?
- What happens when there are multiple requestors? Can we reject a task request for a single requestor and approve for others?
- Does the backend api handle rejecting a task request for a single requestor?
- Why are these changes not under a feature flag?
|
|
I would recommend handling the |
Yes, i think the UI and functionality of button requires a lot of discussion so removing them from this PR. |
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.
Added one comment. Rest everything looks good
Is it possible to show the requestors first in mobile view? As you can see from the video it looks very tedious to scroll all the way down and then approve. Especially when the issue is very long. |
sure adding the same in next iteration as was not in initial issue but can i get an approval for this |
Date: 04-12-23
Developer Name: Shubham Sharma
Issue Ticket Number
Description
This PR enables the rendering of github issue on the dashboard site
Documentation Updated?
If your feature adds a new API, then documentation related to the feature like API-Contracts, and Data-models must be updated.
Breaking Changes
If your feature introduces breaking changes or if something is missing, please mention the related issue tickets.
Development Tested?
Confirm whether the changes have been tested locally during development.
Tested in Staging?
Indicate whether the changes have been tested in the staging environment.
Under Feature Flag
Specify if the changes are currently under a feature flag.
Database Changes
Indicate whether the changes include modifications to the database.
Screenshots
Attach any relevant screenshots, such as test coverage reports, before and after images, or other visual aids.
![image](https://private-user-images.githubusercontent.com/68867418/289368283-2b460fb1-6654-4534-b227-0d3b615b3cef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDM2OTcsIm5iZiI6MTczOTIwMzM5NywicGF0aCI6Ii82ODg2NzQxOC8yODkzNjgyODMtMmI0NjBmYjEtNjY1NC00NTM0LWIyMjctMGQzYjYxNWIzY2VmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE2MDMxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBjNzE3YTY4OWZhMDI0YTQ1M2E4ZjgzMDBkZWQ2NmIyM2I3ZWMzMjIwNDgyMjFjMDdiYTFmZDBjMmQ5MDdmYjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.mjXcF-ibxJmCVbcOdytGl9pfk4srdnIWDHvrdkMdKVc)
![image](https://private-user-images.githubusercontent.com/68867418/287890170-8be6170c-ae15-447f-91ca-e7462055db34.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDM2OTcsIm5iZiI6MTczOTIwMzM5NywicGF0aCI6Ii82ODg2NzQxOC8yODc4OTAxNzAtOGJlNjE3MGMtYWUxNS00NDdmLTkxY2EtZTc0NjIwNTVkYjM0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE2MDMxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY4N2ZhNmI4MTkyNTNkNGI1ZWE2ZTYyOTc0Njk4ZWEwYzJhMjhkYmRjODEwYzdiODFhNTkxYmNjZmNhMmQ0ZjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7NRT0A1EEv1E5D6Io7yOD3iUFk2x4ammlXLNAJHKezg)
screen-capture.3.webm
Additional Notes
Discussion on changes in button issue
Real-Dev-Squad/website-backend#1767
#641