template-fastapi-react
template-fastapi-react copied to clipboard
A solution template for creating a Single Page App (SPA) with React and FastAPI following the principles of Clean Architecture.
:robot: I have created a release *beep* *boop* --- ## [1.5.0](https://github.com/equinor/template-fastapi-react/compare/v1.4.0...v1.5.0) (2023-11-01) ### Features * add OpenCensusRequestLoggingMiddleware middleware ([b9c035b](https://github.com/equinor/template-fastapi-react/commit/b9c035bf3b815eba0b63dafcf445d7dd13990cf6)) * add Popover component ([c8964bd](https://github.com/equinor/template-fastapi-react/commit/c8964bd89fee3f240357d63453051b132e1ecdfa)) * add react context to handle...
#### Expected Behaviour #### Actual Behaviour #### Steps to Reproduce 1. Clone repo 2. Yarn start
## Why is this pull request needed? * Easier to see how changelog-types are configured ## What does this pull request change? * Single-line to multi-line configuration of changelog types...
see: https://github.com/equinor/NeqSimAPI/commit/e1ad2cd086ccfb809784beaee7af097babd7da04
```suggestion image: ghcr.io/equinor/template-fastapi-react/nginx:latest ``` I'd suggest that we stick to a single source for our Docker images [in [docker-compose.yml](https://github.com/equinor/template-fastapi-react/blob/main/docker-compose.yml#L7)] _Originally posted by @netr0m in https://github.com/equinor/template-fastapi-react/pull/206#discussion_r1172193302_
#### Describe Problem Currently, (the web server) NginX does not host any of the static files generated by Node.js. #### Suggest Changes My suggestion, is to let NginX host all...
Remove the automatic label creation system.
``` .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?