Talysson de Oliveira Cassiano
Talysson de Oliveira Cassiano
It would be cool to support namespaces. Something like: ``` rb class User attr_reader :name def initialize(name:, emitter:) @name = name @emitter = emitter end def sign_in! # do something...
Since JWT is the most used authentication method for APIs nowadays, it would be good to have an implementation of JWT for the boilerplate. It should be reusable across multiple...
The boilerplate comes with a small example app in it. Ideally, we could have a script that removes the example app and leaves only the structure and the patterns in...
A working example of a GraphQL API would be welcoming. It should follow the same integration modules approach we have for other integrations and be pluggable in a way that...
The current version of the boilerplate uses Express for the HTTP layer, it would be good to have a working example using Fastify as well. Ideally, it should not affect...
Relates to https://github.com/talyssonoc/structure/issues/35
Looks like Joi support I18n/translation of validation messages, it would be good to have support for this on Structure too.
It would be neat to support TypeScript, including using the `attributes` function as a decorator (it's already compliant with the decorator spec). We could have an interface for the schema,...