Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NestJS rewrite #49

Merged
merged 32 commits into from
Oct 31, 2024
Merged

NestJS rewrite #49

merged 32 commits into from
Oct 31, 2024

Conversation

AlexMachin1997
Copy link
Owner

As part of this PR the following has been completed:

  • Rewrote the entire project in NestJS

  • Reworked the structure of the project to make it easier to identify key areas. With each new section there are various README files which discuss the section.

  • Added various unit tests with Vitest to cover all the pieces of functionality with the help of Cursor

  • The project is now type safe, all response interfaces are generated from the Graphql schema. Every other interface is manually maintained as the data is from The Open Movie Database's systems OR the desired types couldn't be automated.

  • Any environment variables required are now validated via Joi (Would have used zod but couldn't OR you have to do a lot of work just to get it to work)

  • Updated the github actions to use yarn latest version.

  • Added a "Discover" module to allow users to quickly search for shows or movies, for now this just mimics what the The Open Movie Database discover page is doing. There still some work that needs doing about this, currently it fetches one one page at a time to get this working at the UI layer it'll need to use an infinite query

…he project e.g. getting an image paths full url to render it correctly in the ui.
… the existing functionality up to make everything consistent.
…nment service to take into account the entertainment type e.g. movie or tv
… attempts to get other types of clips when the previous type wasn't available
…ity and fixed an issue where some social links weren't always available or empty.
…isodeCount. Also improved how gender values are mapped to support all genders available.
…tering formData, it's no now offloaded to the BE.
…ainable, along with the structure change theres README files to document the folders.
… more documentation and fixed a bugs noticed whilst creating the unit tests
@AlexMachin1997 AlexMachin1997 changed the title Features/nestjs integration NestJS rewrite Oct 31, 2024
@AlexMachin1997 AlexMachin1997 merged commit 63adef3 into master Oct 31, 2024
13 checks passed
@AlexMachin1997 AlexMachin1997 deleted the features/nestjs-integration branch October 31, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant