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

FEATURE - Support mock data creation for contained entities (containments) #460

Open
3 tasks
hitesh-parmar opened this issue Mar 6, 2023 · 2 comments
Open
3 tasks

Comments

@hitesh-parmar
Copy link
Contributor

I would like to preview my app offline with auto generated mock data.

Description

During development, I would like to preview my app with mock data. This works great, but not for contained entities. Mock data is not generated in case of contained entities.
This enhancement will help to fully support offline development.

Test with any OData V4 service which uses containtments.

Technical Design

What modules need to be created or enhanced?
How would the functionality be exposed and how can it be consumed?

Acceptance Criteria

GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)

Given I have a ...
when I execute ...
then ... will happen.

Notes

Tasks

  • Unit Tests added
  • Test Cases defined
@nlunets
Copy link
Member

nlunets commented May 5, 2023

I'm sorry but i forgot what this was about and i can't find a clear ask from what you wrote.
Contained entities are created empty by default, do you require some data in ?

@hitesh-parmar
Copy link
Contributor Author

Hi @nlunets, Yes correct. I would like to have mock data created for contained entities.
This is helpful for offline preview of applications during development (without prior creating CSV data).

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