Olava Faksdal

Results 6 issues of 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_

status: :pray: help wanted
status: :thinking: needs more info

#### 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...

type: :bug: bug

#### Suggest Changes The template is using isort to sort imports on the backend, why not sort imports used by frontend as well?

type: :sparkles: enhancement
:hatching_chick: good first issue
type: :neckbeard: refactor

#### 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`...

good first issue
:hatching_chick: good first issue
type: :ship: ci

#### 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...

type: :memo: docs

#### 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...

:hatching_chick: good first issue