-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Enhancement Bug Description Page: Create GitHub issue added #2409
Enhancement Bug Description Page: Create GitHub issue added #2409
Conversation
initial commit for bug page
With this commit, The header widget of the issue page is matched with our final UI design Button to create a github issue with an API end point is also added
8d02569
to
a243a66
Compare
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.
A few tweaks
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.
Please remove the Django comments from the html. I find them confusing. I don't think html needs comments. If you need comments then please use html comments, but id prefer no comments if you are ok with it.
Part 1
With this commit, The header widget of the issue page is matched with our final UI design
Part 2
If the GitHub issue URL of an Issue is null, the user who created the issue and superuser will get a button to create a GitHub issue.
Upon Clicking on the button the page will hit a request to a BLT API endpoint and create a GitHub issue using GitHub REST API.
The BLT API endpoint I created has several security features,
Part 3
I will continue working on the design aspect of this page to match with our final design layout