Anmol Brar

Results 16 comments of Anmol Brar

I agree with the sentiment around this, once again I had a conversation with Logan about this. We have some of the groundwork laid out for submissions and such, we...

Hi Theo, Exactly my thoughts! Just had a conversation with @logan-r about this today. We should be passing dates, names, and social links through handlebar templates. Some major work has...

> IMO - this should target a branch other than dev since there will probably need to be patches to dev and main before this is ready to be used...

> > Migrate from MongoDB to Postgres. > > Migrate from Mongoose to TypeORM. > > TypeORM supports SQL and Mongo, so we can go back. > > I explicitly...

> > Setting's do not load into the database (this is broken by purpose as this should be a configuration file?). > > I forget where we left off on...

> Aside: I also think a major refactor like this is a good opportunity to investigate documentation and developer experience changes. We have API docs that are generated, but I...

> Thanks for this! Cool to see the backend converted to TS. I would personally push to separate out each of these bullet points into separate PRs, because they seem...

I've gotten back on the saddle for a short period again. Here is some of the work that I've done with decorators and how the future service and controller layer...

Some further progress has been made. I decided integrate a library that I was [using](https://www.npmjs.com/package/tsyringe-express) by Lucas Huggler into our codebase as a ways to create a more elegant solution....

There are currently some security issues that exist with the account endpoints. Here is a list: - `POST /account/` - Able to update the account type. - We should be...