-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
174 user can view the documents in the backend in sandbox (#220)
* add popup box * Scrollbars for various browsers but not firefox * Firefox scrollbars * display txt and csv files * rename component * text align * reformat files * get the document urls from backend * formatting txt file * 174 no env (#223) * Calculating doc URI on the frontend * Correct doc type * Nicer button styling --------- Co-authored-by: George Sproston <gsproston@scottlogic.com> Co-authored-by: George Sproston <103250539+gsproston-scottlogic@users.noreply.github.com>
- Loading branch information
1 parent
ab73607
commit db903b7
Showing
23 changed files
with
1,191 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Year bob bill jane kevin karen sally brian susan | ||
2017 400 20 0 0 222 543 1000 80 | ||
2018 1000 300 2000 305 201 100 0 300 | ||
2019 2500 20 300 802 100 94 140 20 | ||
2020 310 500 100 200 0 205 300 1000 | ||
Year,bob,bill,jane,kevin,karen,sally,brian,susan | ||
2017,400,20,0,10,222,543,1000,80 | ||
2018,1000,300,2000,305,201,100,0,350 | ||
2019,2500,20,300,802,100,94,140,201 | ||
2020,310,500,100,200,20,205,300,1000 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Project Bongo . | ||
|
||
Brief: Build a new website for a fintech startup. Tech stack is React frontend and Typescript backend. | ||
|
||
Estimated cost: £15000. | ||
|
||
Time scale: December 2023 - August 2024 . | ||
|
||
Assigned: Sally, Kevin. | ||
|
||
Product owner: Sally. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Project Kazoo. | ||
|
||
Brief: New data pipeline for energy company dealing with billing and payments. Tech stack includes Java, Spark, Kafka. | ||
|
||
Estimated cost: £650000. | ||
|
||
Time scale: January 2024-2026. | ||
|
||
Assigned: Karen,Sally,Susan. | ||
|
||
Product owner: Jane. |
6 changes: 3 additions & 3 deletions
6
...esources/documents/common/project_BAC.txt → ...rces/documents/common/project_piccolo.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Project BAC | ||
Project Piccolo | ||
|
||
Brief: Build a new payment system for a online banking start up. Tech stack is Java, Springboot backend with React frontend. | ||
|
||
Estimated cost: £25000 | ||
|
||
Time scale: September 2023 - August 2024 | ||
|
||
Assigned: Bob, Karen, Kevin | ||
Assigned: Bob, Karen, Kevin | ||
|
||
Product owner: Bob | ||
Product owner: Bob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
interface Document { | ||
filename: string; | ||
filetype: string; | ||
} | ||
|
||
export type { Document }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.