-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: ADDONS_10.10, ADDONS_11.1, ADDONS_2021
-
Fix Version/s: ADDONS_11.x, coldstorage-2021.0.0, coldstorage-10.0.0
-
Component/s: Glacier
-
Tags:
-
Impact type:API change
-
Upgrade notes:
-
Sprint:nxApps 2021 Cycle 2, nxApps 2021 Cycle 3, nxApps 2021 Cycle 4
Background:
In order to know for how long we want the preview of the cold storage available for the user, we use in the back-end side a parameter called numberOfDaysOfAvailability.
Right now we're making this parameter a required field. But, since for now, we will establish that the default time a user can have access to a preview is 1 day. We want the API to use this value as default, so if the front-end doesn't send a numberOfDaysOfAvailability, the back-end will use 1.
Requirement:
Make numberOfDaysOfAvailability parameter optional and to have a default value of 1.
Futher info:
Probably in the future we will work on adding the possibility for the user to customize this field.
- Is referenced in