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

FEAT: Include a Product entity with pictures for sampling anonymous endpoints and downloading #61

Merged
merged 21 commits into from
Dec 23, 2023

Conversation

CesarD
Copy link
Collaborator

@CesarD CesarD commented Dec 18, 2023

Description

Include a Product entity with pictures for sampling anonymous endpoints and upload/download of files.

Related Issue

Closes #52

How Has This Been Tested?

Template flag --filesSupport has been changed by --excludeFilesSupport, which will default to true and will include the implementation of the Products and Files by default and allows the user to opt-out.
All the files and code related to Products and Files should be excluded when passing the --excludeFilesSupport flag during the creation of a new solution.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

FIX: Excluding missing files.
CHORE: Cleanup test projects with ImplicitUsings.
@CesarD CesarD marked this pull request as ready for review December 20, 2023 18:26
Gonzo345
Gonzo345 previously approved these changes Dec 21, 2023
@CesarD CesarD merged commit fb6a183 into main Dec 23, 2023
@CesarD CesarD deleted the feat/products_files branch December 23, 2023 15:08
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

Successfully merging this pull request may close these issues.

FEATURE: Include a Products entity with pictures for sampling anonymous endpoints and downloading
3 participants