Mohammad Etemaddar

Results 26 issues of Mohammad Etemaddar

Thanks for your fantastic work. Just for mention.

### Problem I was curious about the red tests of GitHub flows while checking the PR. I found the following output error of the GitHub: ``` Run make build-docker-image -e...

DevOps
Refactoring
Testing

We first collect the data (called raw data) and we need to transfer it to the production database. While transferring we have some issues that we need to handle: 1....

Database

#### Problem When we get more APIs the startup slows down dramatically. This wastes much time while API development. #### Solution As @EPajares mentioned there is a patch at tiangolo/fastapi#4645...

New Feature
API

### Problem Now to have more complicated queries we don't have access to the exact query from Base and we mostly access to the returned data. For example we want...

New Feature
Experiment
Refactoring

### Problem At the moment we can not add query methods to models by calling the CRUDs. Because it will run into a cirbular import. In Django, the models have...

New Feature
Experiment
Refactoring

Here we can add database and model refactors that need migrations. After having enough refactor list, we would fix them. This can help us have more integrated changes and less...

Database
Refactoring

**Main problem** Database gets populated by dummy data after testing. Sometimes we have around 10 records for complex endpoint testing. Mostly these data have random and meaningless values. Removing test...

New Feature
Database
API
Refactoring
Testing

Whenever a row with unique field already exists, We need to inform fastapi about the raised error. At the moment, it raises `error:500` For example when already we have a...

API

Using a checklist, we can make the development process of endpoints more secure. At the moment the checklist in my mind is as the following: - Authentication & Authorization: Checking...

Documentation
API