-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature #65 Show approved (by user) status #67
Conversation
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.
Looks good. I have a few suggestions above 👍
b59e5ea
to
fa9e930
Compare
Applied your suggestions! Thanks so much for your review and I've learnt quite a bit from your comments. Please take a look and let me know if there's anything else. |
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.
Everything look good 👍 I'm happy to hear you found the code review useful also. Thanks once again for your contributions.
If you are interested in working on any other areas of the code base, I'm happy for issues to be created (to discuss) or I can create more issues to choose from.
What's Changed
Closes #65
Technical Description
Added new environment variable ,
GITHUB_USER
-- this is to be initialised with the user's github username1.1. Updated README.md to reflect that during setup process
Renamed column Status > Approved
2.1. Shows Approved if user approved, and Changes Requested if user requested changes in PR (checks timestamp to grab latest status) -- Otherwise it is blank
Added new column, Ready To Release
![image](https://user-images.githubusercontent.com/36848472/116824121-1127ff00-abbb-11eb-9293-3f64f02be993.png)
3.1. Shows Ready if there are other approvals from other users, blanked otherwise.
3.2. Changed column spacing of PR title to avoid text cut-off for new column
Edited test cases due to change in schema for Pull Request model