Olava Faksdal
Olava Faksdal
``` .catch((error: AxiosError) => { throw new Error(error.message) }) ``` This one is repeated 4 times. Perhaps refactor? _Originally posted by @ingeridhellen in https://github.com/equinor/template-fastapi-react/pull/195#discussion_r1132372291_
#### Expected Behaviour I'd expect fetching `version.txt` would either return successfully with data containing hash, date and refs, or `204 No Content` if there's nothing to show (I doubt that...
#### Suggest Changes The template is using isort to sort imports on the backend, why not sort imports used by frontend as well?
#### Describe Problem The default branch is hard-coded in some of the workflows in the template - `branches: - main`. Some users of the template might wan't to use `master`...
#### Describe Problem The chapter `Architecture overview` claims to give you.. well an overview, but while it briefly explains concepts about the backend, it doesn't even mention anything about the...
#### Describe Problem It's hard to get an overview if someone is looking to determine if/why particular files are part of the repository. Most people will probably not even consider...