Skip to content
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

[MI-3405] Fix issues #271: Sidebar header MR count should show assigned MRs instead of opened MRs #39

Merged
merged 6 commits into from
Aug 22, 2023

Conversation

raghavaggarwal2308
Copy link

@raghavaggarwal2308 raghavaggarwal2308 commented Aug 18, 2023

Issue link: mattermost#271

Changes:

  1. Get assigned PRs instead of the user's PRs.
  2. Updated the name in the tooltip of the sidebar buttons.
  3. Updated API paths.
  4. Updated variable and function names.
  5. Updated documentation.
  6. Updated icons in the sidebar.

Before:
image

After:
image

1. Get assigned PRs instead of the user's PRs.
2. Updated the name of sidebar buttons.
3. Updated API path.
4. Updated the name of API functions.
5. Updated the name of unreads to todos in the code.
server/api.go Outdated Show resolved Hide resolved
server/api.go Outdated Show resolved Hide resolved
@raghavaggarwal2308 raghavaggarwal2308 merged commit f278ec6 into fix_issues_271 Aug 22, 2023
4 checks passed
@raghavaggarwal2308 raghavaggarwal2308 deleted the MI-3405 branch August 22, 2023 11:59
raghavaggarwal2308 added a commit that referenced this pull request Dec 20, 2023
…how assigned MRs instead of opened MRs (#39) (mattermost#394)

* [MI-3405] Get proper data in sidebar buttons:
1. Get assigned PRs instead of the user's PRs.
2. Updated the name of sidebar buttons.
3. Updated API path.
4. Updated the name of API functions.
5. Updated the name of unreads to todos in the code.

* [MI-3405] Updated name of variables and functions

* [MI-3405] Updated icons in sidebar

* [MI-3405] Updated documentation

* [MI-3405] Reverted package-lock file changes

* [MI-3405] Review fixes
raghavaggarwal2308 added a commit that referenced this pull request Feb 14, 2024
…how assigned MRs instead of opened MRs (#39) (mattermost#394)

* [MI-3405] Get proper data in sidebar buttons:
1. Get assigned PRs instead of the user's PRs.
2. Updated the name of sidebar buttons.
3. Updated API path.
4. Updated the name of API functions.
5. Updated the name of unreads to todos in the code.

* [MI-3405] Updated name of variables and functions

* [MI-3405] Updated icons in sidebar

* [MI-3405] Updated documentation

* [MI-3405] Reverted package-lock file changes

* [MI-3405] Review fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants