Replace ApiTemplate with CollectAPI - #2
Conversation
Test Results19 tests ±0 19 ✅ ±0 2s ⏱️ ±0s Results for commit 879ef6a. ± Comparison against base commit a9bff77. This pull request removes 19 and adds 19 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
SummarySummary
CoverageSchoolAccount.Collect.Api - 60.9%
SchoolAccount.Collect.Application - 57.5%
SchoolAccount.Collect.Infrastructure - 80%
SchoolAccount.Collect.SharedKernel - 65.7%
|
There was a problem hiding this comment.
Do you think it's worth changing the port number to avoid clashes for other APIs generated from the template?
Might be worth putting a note in the template project README that suggests changing the port number after creation.
There was a problem hiding this comment.
Yeah, I've changed the port number to 5101, shouldn't cause us any problems as it's only a default port number for tools that we will not be using in this application, generally safe to use
There was a problem hiding this comment.
You only changes the port in the docker compose file, you'll also need to change it in this launchsettings.json and the src/SchoolAccount.Collect.Api/Endpoints/Organisations/organisations.http file
|
Maybe not one for this PR, but when you run the project there's a warning message:
It's also an issue on the template project, might be worth a quick look, or creating a separate card to fix and back fill |
|
Could do with renaming the other projects, not just the API one, as they don't reflect the root namespace. Another option is: which feels a bit neater as the namespace reflects the project name, what do you think? In retrospect the naming on the web project could be better too, we shouldn't have every project with the namespace |
|
@markysoft The |
|
@markysoft I have renamed all projects in the solution using the |
Uh oh!
There was an error while loading. Please reload this page.