-
# Backend - Refatoração
### Objetivo
Refatorar o backend para melhorar legibilidade, reduzir linhas de código, organizar melhor as pastas e aplicar princípios de Clean Architecture. Além disso, iden…
-
The different dataset schemas are inconsistent with each other. As I understand it, you are in the process of changing them. But the current broken versions have been released and so affect Scitacean.…
-
As for dtos, you can actually use records (i have not check your whole project but they usually utilized in java 17 projects).
-
Пример
```
data UserDTO
{
string name;
string lastname;
string email;
string login;
}
/**
* Returns name
*/
string getName(UserDTO user)
{
return user.name;
}
```
Выдает …
-
nuget add:
```bash
dotnet add package Biwen.AutoClassGen.Attributes
```
Entitys define:
```c#
namespace Biwen.AutoClassGen.TestConsole.Entitys
{
public class User : Info
{
…
-
I've noticed that ASP net apps that consume MQTT messages also use a lot more memory than console apps that subscribe to the same data.
The memory never seems to be released. Running dotMemory shows …
-
### Problem Definition
> 1차적으로 완성한 ERD를 기반으로 DTO 개발
![co-co-gong](https://github.com/user-attachments/assets/7d9449f9-c378-42c5-93d6-42e39e37297c)
ERD scripts
```java
enum oauth {
…
-
2. [x] 패키지명 수정(DTO->dto, BE->be)
7. [x] parsingPram 오타
11. [x] 프로퍼티스에 code,jwt 관련 정보 yml로 분리
4. [x] Status enum의 명칭 변경(ex) Status -> TaskStatus)
5. [x] 메일 본문 텍스트 구성하는 방식 변경(https://github.com/kaka…
-
## Problem description:
I am banging my head on replacing country_of_origin attribute on multiple listings. Could you please take a look at my code and point me in the right direction?
## Error:
…
-
https://github.com/basf/metis-gui/blob/378bfde894467a3ee78c0b8f6b2ab37c309c03f8/src/types/dto.d.ts#L31
the `progress` field should be on the `calculations`, not on the `datasources`