unee-t / frontend

Meteor front end
https://case.dev.unee-t.com/
GNU Affero General Public License v3.0
9 stars 17 forks source link

feat: allow signup with promo codes #888

Closed nbiton closed 4 years ago

nbiton commented 4 years ago

image

nbiton commented 4 years ago

@franck-boullier I created two promo codes on the review app DB, for you to test: "promo-code" (Works) "expired" (Expired)

franck-boullier commented 4 years ago

promo code is case sensitive. This is an inconvenience because some user will type the promo code instead of copy/pasting it.

Since Android automatically capitalize the 1st letter of any line, the promo code is displayed as invalid.

Possible solution: is it difficult to make the promo code case insensitive?

nbiton commented 4 years ago

Should be easy... checking now

nbiton commented 4 years ago

The last commit should fix it