Manage PRs displaying and some logic done
After pulling another all-nighter I finished making the Pull Request display functions. List and details about each Pull Request is done and paging also works too (took it from manage issues ;] ).
Pull Requests also contain filters such as:
- Open
- Drafts
- Assigned
- Reviewed
and we can’t forget their counterparts either:
- Closed
- Ready
- Unassigned
- No reviewers
Pull Requests now have comment selection and Markdown formatting, but functions to manage Pull Requests are not done yet.
The only ones I managed to finish are:
- Comment
- Open Browser
The biggest problem with PRs is going to be, that their functions and methods for executing those functions are more complex than the ones for Issues.
I plan to add these functions for PRs:
- Delete Comment
- Merge
- Review
- Close PR
- Reopen PR
I am pretty sure that all of this will be done in next devlog, so stay updated! This is going to be very cool, I think.
Well, now I am going to sleep so good night everyone!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.