-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3 file info improvement and request handler #157
base: v3
Are you sure you want to change the base?
Conversation
…way. This caused problems.
V3 considering pr feedback
I tried to consider most of the feedback. Following changes were made: Request handler changesThe whole request handler approach got a little redesign. The To have the The All request handlers which have to create a The methods Changes for DataSelectionIn a first step the |
e1f28ea
to
33135c3
Compare
Had reset the branch to my latest commit, because of a merge from v3 which was planned later. |
This branch is a suggestion for the first iteration of a redesign. It is based on a new common base class for data sets and data files and a request handler approach to separate the different concerns in IdsBean to concern related handler classes.
To reduce the distinction between the 3 possible StorageUnit configurations inheritance is used in DataSelection and FiniteStateMachine.
Advantages:
Disadvantages:
Architecture