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

Event Storming and DDD #13

Open
computate opened this issue Sep 14, 2021 · 1 comment
Open

Event Storming and DDD #13

computate opened this issue Sep 14, 2021 · 1 comment
Assignees
Labels

Comments

@computate
Copy link
Member

computate commented Sep 14, 2021

Hackathon Task for Team-19 Hackathon 2021

Event Storming and DDD

Hackathon Task for Team-19 Hackathon 2021

Task description:

Educate the team on how to run domain driven design practices to build an MSA architecture. Use one of the Currikis use case as example and build a set of MSA using DDD and Bounded Context.

@i-do-dev
Copy link

Curriki use case to create following API endpoint:

API Endpoint
GET - api/v1/h5p/settings

Description
This API endpoint retrieves H5P Editor's settings, when the author opens up the H5P Editor while creating an activity.

Existing Source Code:
Defined route: https://github.com/ActiveLearningStudio/ActiveLearningStudio-API/blob/e03699a9278de6f8c25de21dc38804de85675203/routes/api.php#L130
Controller method: https://github.com/ActiveLearningStudio/ActiveLearningStudio-API/blob/e03699a9278de6f8c25de21dc38804de85675203/app/Http/Controllers/Api/V1/H5pController.php#L79

@masoodfaisal masoodfaisal added the curriki-assigned for filtering the board label Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants