Skip to content

Commit

Permalink
Updated wireframes for the Artist Statistics Report
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Nov 13, 2023
1 parent 97692e3 commit d10c25b
Show file tree
Hide file tree
Showing 17 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docker/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:latest
COPY musiccatalogue.api-1.11.0.0 /opt/musiccatalogue.api-1.11.0.0
WORKDIR /opt/musiccatalogue.api-1.11.0.0/bin
COPY musiccatalogue.api-1.12.0.0 /opt/musiccatalogue.api-1.12.0.0
WORKDIR /opt/musiccatalogue.api-1.12.0.0/bin
ENTRYPOINT [ "./MusicCatalogue.Api" ]
4 changes: 2 additions & 2 deletions docker/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20-alpine
COPY musiccatalogue.ui-1.11.0.0 /opt/musiccatalogue.ui-1.11.0.0
WORKDIR /opt/musiccatalogue.ui-1.11.0.0
COPY musiccatalogue.ui-1.12.0.0 /opt/musiccatalogue.ui-1.12.0.0
WORKDIR /opt/musiccatalogue.ui-1.12.0.0
RUN npm install
RUN npm run build
ENTRYPOINT [ "npm", "start" ]
3 changes: 2 additions & 1 deletion docker/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ web service:
}
```

The UI is a React application and requests to the service originate from the local browser, so the URL must be accessible from the host. In the example Docker Compose file, listed below, both the UI and serive are run in Docker on the same host, with container ports mapped to host ports using the "ports" section.
The UI is a React application that runs in the local browser, so the URL must be
accessible from the host.

#### Running the Image

Expand Down
8 changes: 4 additions & 4 deletions wireframes/Artist List.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Dire Straits](Album List),1,9,£0.00
[Dragonette](Album List),1,13,£0.00
[John Coltrane](Album List),1,5,£0.00
[The Beatles](Album List),2,29,£0.00
[Dire Straits](Album List)
[Dragonette](Album List)
[John Coltrane](Album List)
[The Beatles](Album List)
4 changes: 4 additions & 0 deletions wireframes/Artist Statistics.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Dire Straits,1,9,£0.00
Dragonette,1,13,£0.00
John Coltrane,1,5,£0.00
The Beatles,2,29,£0.00
Binary file removed wireframes/Music Catalogue - v1.00.pdf
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v10.00.pdf
Binary file not shown.
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v2.00.pdf
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v3.00.pdf
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v4.00.pdf
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v5.00.pdf
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v6.00.pdf
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v7.00.pdf
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v8.00.pdf
Binary file not shown.
Binary file removed wireframes/Music Catalogue - v9.00.pdf
Binary file not shown.
Binary file modified wireframes/Music Catalogue.bmpr
Binary file not shown.

0 comments on commit d10c25b

Please sign in to comment.