-
##### **Overview of the feature request**
On latest versions of Jhipster, a lot of code was added to prevent sorting while performing search in ElasticSearch.
This use case was motivated by the…
-
Hello, it's me again.How can I on different events like native mqtt? For example:client.on('connect', function () {}).I want to be able to do the corresponding business logic as soon as I connect.
-
Hey, I like how you implemented ideas from Domain-Driven Design and Clean Architecture, I'm in the process of doing the same thing, but before I implement my own version, I'm studying how other people…
-
Hey,
I think the `FilenameTooLong` error in Wai Parse is incorrectly thrown for a too long key name, not the file name.
https://github.com/yesodweb/wai/blob/53da27d12db4c8fb3b99c6c1cf29ce098e26f…
-
目前引用了PGV(proto-gen-validate),对于一些静态类型和数据限制的校验很方便,但是遇到一些需要查询库才能做校验的逻辑,应该放到哪一层比较合适呢?
比如:调用方传了一个用户ID过来,我需要先查库确定这个用户是否存在,如果用户存在的话,会查询出一个 `User DO` ,`User DO`再贯穿整个`usecase`逻辑,但是现在遇到两个问题:
1. 如果把校验逻辑放在…
-
The current situation with dependency injection is rather horrible.
App should be rewritten with DI in mind.
Currently app mostly uses singletones as a main architecture solution, which was a bad …
-
Add tests for each *.ts file and function with business logic.
More tests more stability.
-
**Is your feature request related to a problem? Please describe.**
As a user I want to define error conditions for my task in a uniform, and concise way, independent of whether or not I use connect…
-
# Background
Currently, there is business logic occurring in both the Python `mapboxgl` library and the javascript templates. Since this is a Python library, we should isolate all business logic to …
-
###Description of the Tech Debt###
The current audit trail implementation is not very efficient and the audit fields need to be created, updated, and archived manually. However, there are ways to enha…