Skip to content

Commit

Permalink
Merge pull request #82 from betarixm/docs/progress-report-05
Browse files Browse the repository at this point in the history
Progress Report 05
  • Loading branch information
betarixm authored Nov 23, 2023
2 parents ed0ebca + 37feaba commit bc0a272
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/report-progress-05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Progress Report

> 11/17/2023 - 11/23/2023
## Discussion

### File Naming Convention

> For `/[INPUT DIR]/[BLOCK A]`
- Sorted Block A
- `/[INPUT DIR]/[BLOCK A]`
- A Partition of A
- `/[INPUT DIR]/[BLOCK A].[FROM].[TO]`
- Partition from Other Worker
- `/[OUTPUT DIR]/[UUID]`
- Merged
- `/[OUTPUT DIR]/result`

## Completed Tasks

- Merge proto related branches and implement (#62)
- Implement Worker Server (#63)
- Implement Exchange Server (#64)
- Implement Master Server (#65)
- CLI and Initialize (#66)

## Assigned Tasks

- Refactor Servers and Clients (#75)
- @betarixm
- Extract Key Range from Worker (#76)
- @leejiwon1125
- E2E Test (Small) (#77)
- @betarixm, @hataehyeok, @leejiwon1125
- Exchange Server and Client (#78)
- @leejiwon1125
- E2E Test (Real World) (#79)
- @betarixm, @hataehyeok, @leejiwon1125
- Grpc Test (#80)
- @hataehyeok
- Logging (#81)
- @betarixm

0 comments on commit bc0a272

Please sign in to comment.