simplQ-backend icon indicating copy to clipboard operation
simplQ-backend copied to clipboard

SimplQ backend, written in Java for AWS

Results 17 simplQ-backend issues
Sort by recently updated
recently updated
newest added

Placeholder issue, will update soon with more details. We need to do DB migrations from CI automatically

When a new token is created, we want to send an SMS to the mobile number which was given. This SMS would have a link to the token status page,...

We have enabled Sonarqube, it has reported some bugs and code smells. Most of these are trivial. Report: https://sonarcloud.io/dashboard?id=SimplQ_simplQ-backend

good first issue

Currently when a person joins a queue, he is asked a fixed set of input data, (name and contact number). We want to give the queue owner the ability to...

In the current system, anyone with `queueID` can become the admin. For example, anyone with the `queueID` can send requests to the backend directly, and say, remove people from the...

bug

A queue creator can optionally choose to protect his queue by using a 4 digit pin. Then he can keep refreshing the pin whenever he wishes to.

Now that auth is here, and we also know the user name of the person who is joining the queue, we can restrict that a person can join the queue...