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

Weos 1246 - Add api functionality for viewing content type and refactor projections #47

Merged
merged 20 commits into from
Jan 18, 2022

Conversation

atoniaw
Copy link
Contributor

@atoniaw atoniaw commented Jan 17, 2022

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • Adds the API get/view item functionlity

  • The projections now uses an array of schema builders rather than an array of schema pointers

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

RandyDeo and others added 18 commits January 11, 2022 11:27
added skip tag on view content file
added etag to update event handler
fleshed out hander functionality in controller_standard
updated view-content feature, correcting mistakes in the test set up
updated the gorm first to find to mitigate against using possible values in the scheme in the query
added a reset scheme function in the projections to clear values from the pointer between uses
refactored to hold instance of dynamic structure builder instance in projections to overcome pointer not being cleared when pulling from and setting to database
updated test set up for controller tests
update middleware initialize test to count for changing from returning schema struct to dynamic struct builders
added etag to response header
removed weos_id and sequence_no from response
updated format of errors returned
@RandyDeo RandyDeo merged commit bbd6a6f into feature/WEOS-1135 Jan 18, 2022
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.

3 participants