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

list of registered ambassador sessions #9

Open
mstuder opened this issue May 25, 2023 · 1 comment
Open

list of registered ambassador sessions #9

mstuder opened this issue May 25, 2023 · 1 comment
Assignees

Comments

@mstuder
Copy link
Contributor

mstuder commented May 25, 2023

please enhance the mock data - profil.json - with
registeredAmbassadorSessions: []

{
  "talents": 20,
  "uncompletedTrainingSessions": ["anti-doping"],
  "completedTrainingSessions": [],
  "upcomingAmbassadorSessions": ["meetJohn"],
  "registeredAmbassadorSessions": [],
  "group": "trainee"
}
@mstuder mstuder mentioned this issue May 25, 2023
5 tasks
@nikola-oblak
Copy link
Collaborator

I think the list called upcomingAmbassadorSessions is actually what we need.
So it is not necessary to add a new list of registeredAmbassadorSessions.

And just one small notice, in the list completedTrainingSessions, need to be IDs of the training sessions.
Also, I think then we will need one additional call to we can request training session objects based on ID. And also the same additional request for the ambassador session, because in the list upcomingAmbassadorSessions we will get only IDs.

@nikola-oblak nikola-oblak assigned mstuder and unassigned nikola-oblak May 25, 2023
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

2 participants