Cloud-Outdated / cloud-outdated

Service that tracks cloud products versions and releases
0 stars 0 forks source link

Validate selected services on signup #57

Closed mliezun closed 2 years ago

mliezun commented 2 years ago

Closes #51

mislavcimpersak commented 2 years ago

Validation is good @mliezun but we need to figure out this part of the ticket:

But when the user is updating their subscription selecting 0 services should be allowed because this is the same as unsubscribe.

Without it, users cannot unsubscribe.

mliezun commented 2 years ago

Validation is good @mliezun but we need to figure out this part of the ticket:

But when the user is updating their subscription selecting 0 services should be allowed because this is the same as unsubscribe.

Without it, users cannot unsubscribe.

Done in commit https://github.com/Cloud-Outdated/cloud-outdated/commit/fddccb408325d37a828b24b8389c5047a56ff550

mislavcimpersak commented 2 years ago

Thank you @mliezun