It is possible, that his issue is duplicated in this board. Instead of creating a hardcodded module, which will add RBAC to this app, it would be better to create additional package and host it on git server. This way, RBAC would be reus...jakub kk
Documentation is missing for: - Creating new modules ( with initialization of entities ) - Creating new fake models - How containers should be structured ( inject + constructor )jakub kk
After logic for everything is done, job scheduler should be pushed. Since my plan is to add bullMQ, which requires redis, it would be nice to also push jwk keys to redis.jakub kk
Currently there are ci/cd jobs validating if user filled documentation related to env and tests. There will be additional documentation, which should also be validated.jakub kk
Currently buildings endpoint is returning all the buildings. This should not be the case and it should only return list of buildings for selected user. In addition to that, create /debug/buildings router, which will returning list of all...jakub kk
Currently this application is not ready for deployment on k8s. Add some probing system for readiness probe. Liveness probe can be utilized via /healthjakub kk