Create a seperate file for each table entry #25

Closed
opened 5 years ago by SimonG96 · 3 comments
SimonG96 commented 5 years ago (Migrated from github.com)
Owner

The following structure should be reached:

- Table 0 (Folder)
    - Entry 0 (File)
    - Entry 1 (File)
    - Entry 2 (File)
    ...
- Table 1 (Folder)
    - Entry 0 (File)
    - Entry 1 (File)
    - Entry 2 (File)
    ...
...
The following structure should be reached: ``` - Table 0 (Folder) - Entry 0 (File) - Entry 1 (File) - Entry 2 (File) ... - Table 1 (Folder) - Entry 0 (File) - Entry 1 (File) - Entry 2 (File) ... ... ```
SimonG96 commented 5 years ago (Migrated from github.com)
Owner
Development branch: https://github.com/SimonG96/GBase/tree/ImproveDataHandling_%2325
SimonG96 commented 5 years ago (Migrated from github.com)
Owner

FileHandler:

  • has pool of IDataHandlers
  • when no DataHandler is available the method that requested one has to wait
  • when a DataHandler is aquired the action can be executed
  • has to save all files
  • has to pass the correct file to the aquired DataHandler
`FileHandler`: - has pool of `IDataHandler`s - when no `DataHandler` is available the method that requested one has to wait - when a `DataHandler` is aquired the action can be executed - has to save all files - has to pass the correct file to the aquired `DataHandler`
SimonG96 commented 5 years ago (Migrated from github.com)
Owner

DataHandler:

  • writer and reader won't have file opened all the time
  • needs ability to receive file handle to work with
  • has to be adapted to the "one file per entry" strategy
`DataHandler`: - writer and reader won't have file opened all the time - needs ability to receive file handle to work with - has to be adapted to the "one file per entry" strategy
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: SimonG/GBase#25
Loading…
There is no content yet.