-
Notifications
You must be signed in to change notification settings - Fork 47
Monday demo
Justin Gasper edited this page Apr 27, 2020
·
2 revisions
I have a demo with the team monday at noon EDT. I need to show:
- Challenge UI Listing of Projects
- Create a challenge in the UI
- See that challenge in the challenge UI, V5 GET via uuid, V5 GET via legacyId, V4 GET, dev direct, dev OR
- Create a challenge in dev direct, see it in all those spots AND the challenge UI
- The migration service is turned on in dev. It runs every 5 minutes and migrates data forward. I’ve tested that, there’s just a small issue with a challenge created in v5 that Thomas will take care of this afternoon. I think if all the running issues in github come in, we’ll be good.
This is working.
- The
Active Challenges
tab shows all challenges for the logged in user, across all projects - The new Search functionality works, with caveats: https://github.com/topcoder-platform/projects-api/issues/33 (Now fixed)
We're working on a few tweaks to enhance the UI and improve performance:
- https://github.com/topcoder-platform/challenge-engine-ui/issues/171 (Fixed)
- https://github.com/topcoder-platform/challenge-engine-ui/issues/172 (Fixed)
This is working. Challenges are created properly in v5. The auto-save functionality has also been implemented, and any draft challenges can be found on the project page, under the Drafts
tab.
- Gantt chart is inconsistent on create vs. edit page: https://github.com/topcoder-platform/challenge-engine-ui/issues/175 (Fixed, although the hours vs. seconds issue remains)
- Attachments aren't currently working due to backend issues
- Created challenges aren't properly migrated to the v4 API, meaning we don't get a legacy ID
This is working. To test, use:
- TC Direct project 15510 (https://www.topcoder-dev.com/direct/projectOverview.action?formData.projectId=15510)
- Challenge Engine UI 5208 (https://challenges.topcoder-dev.com/projects/5208/challenges)
- You can create a challenge in direct and it should show (after migration) in the challenge engine UI. There's an existing
Justin test (From Direct)
challenge in there now.