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

WHAT WOULD YOU LIKE TO SEE ADDED #110

Open
juicycleff opened this issue May 16, 2020 · 18 comments
Open

WHAT WOULD YOU LIKE TO SEE ADDED #110

juicycleff opened this issue May 16, 2020 · 18 comments
Labels
enhancement New feature or request

Comments

@juicycleff
Copy link
Owner

As Ultimate Backend becomes stable, please tell me features you would like to see. The constraint is the features most not be project-specific but should be cross-sectional, for instance like messaging, etc. Can't wait to see your feedback :)

@juicycleff juicycleff pinned this issue May 16, 2020
@juicycleff juicycleff added the enhancement New feature or request label May 16, 2020
@12dollar
Copy link

First of all, awesome work you've done so far. I just came flying by and had to star this project.
I have a few upcoming dev projects but to be honest I'm yet not sure if I'll base them on ultimate-backend. Have to do a deep dive first. So following bullet points are JM2C.

What do I need (independent from the technology stack used) in an enterprise-grade boilerplate:

  1. Easy GDPR deletion / export of data
  2. A way to easily change the DB depending on the use-case (Cassandra, Ellasandra, Scylla, Rethink, etc.)
  3. Rate limiting for APIs
  4. Outstanding security, domain verification, 2FA, JWT
  5. Awesome documentation (!!)
  6. unit, functional and integration tests, outstanding logging and error handling
  7. deploy scripts and docs (AWS, Heroku, etc.)

Maybe there's something listed here which catches your eye for new ideas.

@juicycleff
Copy link
Owner Author

@12dollar all 7 points are quite very important. While there is a gitlab deployment script that works, it lacks documentation. I will add all 7 to my todo list. Great feedback

@eduscrakozabrus
Copy link

Awesome project!
I am need more documentation and examples.

@juicycleff
Copy link
Owner Author

@eduscrakozabrus got it

@12dollar
Copy link

Maybe link the Prisma feature request in here?

Furthermore, do you have a roadmap/timeline already set?
How do you proceed from here / how is long term „support“ planned? What dors the future hold?

Maybe you can give us some information also concerning possible collaboration.

@juicycleff
Copy link
Owner Author

@12dollar thank you for this feedback. I have a milestone of a month to get things stable. And I am having some set of considerations in different aspcet of the application, but I am working on the documentation now.

@juicycleff
Copy link
Owner Author

I believe it will be be counter productive to keep adding futures without proper documentation

@12dollar
Copy link

@juicycleff absolutely agree. It's a matter of prioritization.
I'd suggest anyway to have a minimalistic frontend example (react, etc.) to show how to proper use ultimate-backend next to having good documentation.

I recently had the time to jump into the code and it definitely takes time to get used to a few things.

@juicycleff
Copy link
Owner Author

I have added milestone and please create an issue for any bug you encounter. This will help me fix all possible bugs in V1

@maurosergiosilva
Copy link

Hi @juicycleff , starting with your start kit, I'd like some chanel like slack, to talk about with others that are just beggining like me. To ask questions like: There is a reason to not use yarn workspace? Experience from otheres deploying it on k8s etc.
Its a nice start kit, congratulations.

@juicycleff
Copy link
Owner Author

@maurosergiosilva thanks for the positive feedback. I'm considering adding slack support as I get alot of direct emails. As regards yarn workspaces, NestJS workspaces forces us to use it, it has its benefits expecially at dev time

@maurosergiosilva
Copy link

Now i see @juicycleff , Im studing nest.js now and see how it works, thanks. Maybe something like nx.dev culd be usefull, one monorepo for nest / react / angular, shared libs etc.

@juicycleff
Copy link
Owner Author

Will be fully active in improving the package from next week. Had a series of exams and preparation for those exams, hence the inactivity

@aschrijver
Copy link

aschrijver commented Jul 22, 2020

Thanks for this great project. I really like to see real code demonstrating how to use NestJS in practice, and this is it!

Since the project's goal is to demonstrate production-ready codebase, I would also love to see the proper (sensible) amount of tests in place, and how you'd go about it in larger NestJS projects. Currently all .spec.ts tests do nothing more than test if the object is defined. Note, the tests need not be everywhere but just in some places to demonstrate how you'd go about implementing them (e.g. unit tests for domain classes, integration tests with mocked db for command handlers, etc.).

(For my own project I intend to use jest-cucumber to add feature-based e2e and/or integration tests.)

@juicycleff
Copy link
Owner Author

@aschrijver thanks. Writing complete tests has been on todo list and with the current update to the project, I can focus on doing just that. Sorry test had to come later. I extracted this project from my personal project and so a lot of the tests where removed. Will start writing tests now. NestJS does have e2e test suit which works great. However, I will look at cucumber and see if it could make things easier

@juicycleff
Copy link
Owner Author

@juicycleff
Copy link
Owner Author

I am adding couchbase and ravendb to the supported database in the repo-orm after which I will extract it from the project into a library on its own as I hope to make it target the most widely used NoSQL databases. As for SQL we have TypeORM that's more robust. There will be tiny support for Cassandra as it won't meet Cassandra best practice to create and orm from it knowing how Cassandra partition keys and performance optimization works

@juicycleff
Copy link
Owner Author

I am making the architecture a lot modular, with support for sequelize and typeorm. Auth server will be separated as a self-isolated rust server (You don't have to know rust to use :) ). Tenant resolution will be improved and there will be a new branch for Kubernetes with Kubernetes focused architecture for speed, security and scale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants