-
### Feature Title
Project Structure Map
### Problem Statement
Adding a clear structure map in the documentation to guide contributors on where specific files and folders are located and what they …
-
[Ester Dyson](https://littlesis.org/person/47448-Esther_Dyson)'s board positions show up this way, related to #1746.
I think it has something to do with the settings for organization type.
It m…
-
* which Rust library should I use to create the CLI tool?
-
https://github.com/pramodbhadana/Kueue/blob/6fd14ff69baafd2ce94bf56eb5b58ddf1ebc689e/app/src/main/java/com/example/kueue/MainActivity.java#L75
-
Hi @amantinband !
First of all a huge thanks and bravo for the great work both here and on youtube.
The question in the title is pretty generic, but I wasn't sure what to write in so I'll try to…
-
In my project, I'm going to follow the Rich Domain Model approach which means all the business logic should be put inside the domain layer.
So, is there any convenient way to define custom business…
-
After the first pass, we can explore alternatives to remove code from views. There are a lot of things that we can use, eg https://github.com/github/view_component.
-
프로젝트의 파일 구조를 설계할 때는 코드의 유지보수성과 확장성을 높이고 협업을 용이하게 만드는 것이 중요합니다. 프로젝트 성격에 따라 다를 수 있지만, 아래는 대부분의 프로젝트에 필요한 주요 요소입니다.
1. 기본 파일 구조
README.md: 프로젝트 설명, 설치 방법, 사용법 등을 포함한 문서.
LICENSE: 프로젝트의 사용 조건을 설명하는 라이…
-
## 🧐 Refactoring Target
- 현재 Service 레이어가 비즈니스 로직과 DB처리 로직에 대한 코드를 같이 담고 있는데, 이 둘을 분리할 생각입니다.
- 데이터에 엑세스하는 계층을 따로 정의함으로서 재사용성을 높일 수 있습니다.
## 📝 To Do
- [ ] DAO 만들기
- [ ] 서비스 로직에서 DB에 접근하는 부분을 …
-
Related/alternative to #4982
- Each CollectionObjectType would have it's own Collection Object and Taxon forms: `eg: Collection Object Rock, Taxon Mineral, Taxon Fossil, etc.`
- Since each form wo…