-
Notifications
You must be signed in to change notification settings - Fork 1
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
[ID-40]Archived flag #47
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
roberlander2
added a commit
to rokmetro/surveys-building-block-fork
that referenced
this pull request
Jul 26, 2024
* [ID-34]Remove user data (rokwire#35) * set the core adapter in the application and set the delete logic file * in progress * set delete survey responses and delete surveys * set the Changelog.md * fix lint issues * mocks * remove unused code * Revert "mocks" This reverts commit 845dd92. * storage mocks * after go mod tidy * mocks * resolve comments * resolve comments --------- Co-authored-by: Stefan Vitanov <[email protected]> * update the version to 1.4.0 * update the dockerfile * [ID-38]Start/end date (rokwire#41) * set the Changelog.md * set start_date and end_date fields if they are missing * set the docs * remove unused code * make start_date and end_date int in the model * set start_date and end date * add start_date and end_date to updateSurvey * set the POST /surveys * fix PUT admin/surveys * time filter for survey * set request as not required * add filter for start_date and end_date filter for GET surveys * mockery * set request body as nullable * fix filter * fix app and org id filter --------- Co-authored-by: Stefan Vitanov <[email protected]> * update the version to 1.5.0 * [ID-43]Fix "start_date" and "end_date" (rokwire#44) * set the response to start_date and end_date to be UNIX timestamp * set the Changelog.md * set start_date as nullable --------- Co-authored-by: Stefan Vitanov <[email protected]> * [ID-39]Add extras field to survey data (rokwire#45) * set the Changelog.md * add "extras" to the SurveyData doc * add "extras" to the model and set it as nullable --------- Co-authored-by: Stefan Vitanov <[email protected]> * [ID-37]Public flag (rokwire#46) * add public flag to the docs * add public to the model and the conversion * set the public field in the update filter and in the update conversion * add public to the query * fix * set public * add response to the admin get surveys API * set the mocks --------- Co-authored-by: Stefan Vitanov <[email protected]> * [ID-40]Archived flag (rokwire#47) * set the Changelog.md * fix the Changelog.md * set the docs * add archived in progress * set archived to the update filter * add archived to the storage filter * set the mocks --------- Co-authored-by: Stefan Vitanov <[email protected]> * update version to 1.6.0 * [ID-49]Add Estimated_completion_time (rokwire#50) * set the Changelog.md * set the docs * add to the model * fix var name in the model * set estimated_completion_time for create survey * set estimated_completion_time to the update --------- Co-authored-by: Stefan Vitanov <[email protected]> * update version to 1.7.0 * [ID-52]Fix "start_date" and "end_date" timestamp, "archived", "public" and set "complete" in the result (rokwire#53) * set the Changelog.md * fix the docs * remove unused code * Revert "remove unused code" This reverts commit eaa904c. * in progress * fix update survey * fix time filter for Get surveys * archived fix * fix the archived in admin API * fix public * set complete into the response * fix the Changelog * set the mocks * fix * fix the Changelog --------- Co-authored-by: Stefan Vitanov <[email protected]> * update version to 1.8.0 * [ID-55]Fix "public" and "archived" (rokwire#56) * set the Changelog.md * fix "public" and "archived" filter and query * mocks --------- Co-authored-by: Stefan Vitanov <[email protected]> * update version to 1.8.1 * [ID-58]Fix Get /surveys (rokwire#59) * fix the limit and remove claims.Subject * set the Changelog.md --------- Co-authored-by: Stefan Vitanov <[email protected]> * update version to 1.8.2 * [ID-61]Add "complete" field to show if the survey is completed (rokwire#62) * in progress * fix conversion * fix conversion and set the docs * add completed * add the Changelog.md * mocks --------- Co-authored-by: Stefan Vitanov <[email protected]> * update version to1.9.0 --------- Co-authored-by: stefanvitanov <[email protected]> Co-authored-by: Stefan Vitanov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Archived flag
**Resolves #40
Type of changes
Checklist: