J. Elias Sañez

Results 8 issues of J. Elias Sañez

Current backend deployment is done manually for Heroku, and each Heroku git is removed upon each successful deployment. This should be converted to a GitHub action that runs separately from...

backend

Add Swagger documentation to `/` endpoint of backend deployment. - [ ] `@marshal_with` resources using [Flask Restful Swagger](https://flask-restful-swagger.readthedocs.io/en/latest/). I think it could suffice having just quickly browsed the [docs](https://github.com/rantav/flask-restful-swagger) -...

documentation
backend

Organize branches so deployments aren't triggered on all pushes to master. Further stratify production and development in named branches accordingly and on Vercel dashboard. Further stratify branches for backend updates...

backend
frontend

Make it easy to clone frontend without backend and vice versa. Yarn workspaces is the obvious way to go but a `package.json` in a Python/Flask backend subdirectory would be relatively...

backend
frontend

- [ ] Disallow emails as usernames - [ ] Add email authorization - [ ] Add reset password endpoint - [ ] Add social account authorization ?

backend

Currently, you can browse everyone's snippets, but you can only view your own collections of snippets. It would be fairly straightforward to inherit the same logic for an `all collections...

enhancement
backend
frontend

This pull request includes changes to the `frontend/src/constants/backend.constants.ts` file to improve the configuration and resource management. The most important changes include updating the backend URL configuration and modifying the way...