topcoder-platform / work-manager

This is the frontend application for creating and managing challenges.
13 stars 48 forks source link

Initial "All Work" should only load challenges created by logged in user #1493

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

On the main page in Work Manager, My Challenges should load only those challenges created by the logged in user. We have to add a createdBy flag using the user's username as the value, like:

https://api.topcoder.com/v5/challenges?sortBy=startDate&sortOrder=desc&page=1&perPage=10&createdBy=Ghostar

Currently we don't have createdBy, so it's returning everything

SCR-20230215-m12