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

Support "taas" platform #218

Open
maxceem opened this issue Aug 11, 2021 · 0 comments
Open

Support "taas" platform #218

maxceem opened this issue Aug 11, 2021 · 0 comments

Comments

@maxceem
Copy link
Contributor

maxceem commented Aug 11, 2021

When retreiving notifications using endpoint GET https://api.topcoder-dev.com/v5/notifications/list?read=false&platform=connect&per_page=1000 we can filter notifications by the platform https://github.com/topcoder-platform/tc-notifications/blob/dev/src/services/NotificationService.js#L199-L206.

At the moment we only support 2 platforms: connect which retunrs only notification types which start from connect.notification. and community which returns all other notifications.

We need to support 3rd platfrom: taas which would return only notifications with type which stats from taas.notification.. Note, that community should be also updated to return all other notifications which are not connect and not taas.

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

No branches or pull requests

1 participant