Skip to content

Commit 872bfb1

Browse files
committed
Merge dev into feat/file_upload_logic
2 parents 030f4dc + 8874576 commit 872bfb1

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

.github/pr-badge.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
message: "Medium"
1212
color: "yellow"
1313
when: "$additions > 200 && $additions < 500"
14+
15+
- label: "PR Size"
16+
message: "Small"
17+
color: "green"
18+
when: "$additions <= 200"
1419

1520
- label: '#$prNumber'
1621
message: '$payload.pull_request.user.login /$payload.pull_request.head.ref → $payload.repository.full_name'

LICENSE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ Under the following terms:
1111
- NonCommercial — You may not use the material for commercial purposes.
1212

1313
For more information, see https://creativecommons.org/licenses/by-nc/4.0/
14-
15-
test
16-
test

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,3 @@
99
Visit the wiki [home page](https://github.com/ITH-Labs/tae-upload-api/wiki) for detailed documentation on this project
1010

1111
---
12-
13-
## Features
14-
15-
- Upload Excel or CSV transaction files
16-
- Store file metadata in SQL Server
17-
- Trigger TAE Core Engine for processing
18-
- Health check endpoint
19-
20-
---
21-
22-
## Tech Stack
23-
24-
- ASP.NET Core Web API
25-
26-
---

0 commit comments

Comments
 (0)