NT-1585:Reward with starting time restriction not started yet. #1009
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.
📲 What
Several bugs have occurred that allow a backer to back for rewards outside of the time frame that creators set for them. We solved this for when a reward has expired (is past the end date and time the creator set), but there is an additional scenario we missed which is when a reward should not yet be available (because it is before the start date and time the creator set). Currently, backers are able to see these rewards in the carousel and back for them.
🛠 How
startsAt
field for GraphQL and V1 APIs.👀 See
Before 🐛 you could see the not started reward on the rewards carousel

Now the rewards not started yet not longer showing in the rewards carousel

| | |
📋 QA
Expected: this tier is not visible because it is not yet October 8 at 12 am.
Story 📖
NT-1585