Skip to content
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

Provide possibiilty to read/write project relevant data for scans #140

Closed
de-jcup opened this issue Jan 15, 2020 · 0 comments
Closed

Provide possibiilty to read/write project relevant data for scans #140

de-jcup opened this issue Jan 15, 2020 · 0 comments
Assignees

Comments

@de-jcup
Copy link
Member

de-jcup commented Jan 15, 2020

It shall be possible to store project relevant data in database - a little bit like global storage done in #12 but not from administration domain but domain "scan".

Will be a simple key/value storage.

The implementation inside this issue will only provide a service to read and write data for a dedicated project and a key (ScanProjectConfigID - means an enum)

We provide a new table scan_project_config
PK: project_id, config_id

We will introduce ScanProjectConfigID.MOCK_CONFIGURATION as first key which can be used in #141

@de-jcup de-jcup added this to the Server 0.14.0, Client 0.18.0 milestone Jan 15, 2020
@de-jcup de-jcup self-assigned this Jan 15, 2020
@de-jcup de-jcup changed the title Provide ProjectDataStorageService to read/write project relevant data Provide ScanProjectMetaDataStorageService to read/write project relevant data Jan 16, 2020
@de-jcup de-jcup changed the title Provide ScanProjectMetaDataStorageService to read/write project relevant data Provide ScanProjectMetaDataStorageService to read/write project relevant data for scans Jan 16, 2020
@de-jcup de-jcup changed the title Provide ScanProjectMetaDataStorageService to read/write project relevant data for scans Provide ScanProjectConfigStorageService to read/write project relevant data for scans Jan 16, 2020
de-jcup added a commit that referenced this issue Jan 17, 2020
- added usecases
- added documentation
- introducing parts for project mockdata configuration
- added integration tests ,db test and junit test for scan config
- started rest doc test
@de-jcup de-jcup changed the title Provide ScanProjectConfigStorageService to read/write project relevant data for scans Provide possibiilty to read/write project relevant data for scans Jan 20, 2020
@de-jcup de-jcup closed this as completed Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant