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

Removed conclusions module #520

Merged
merged 3 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ New Features
- Update app icon to a more visible one #382
- Add color to DataTables "Progress..." pop-up #407
- Update the display of scan headers #400
- Remove ability to edit conclusions & remove conclusions view

Bug Fixes
~~~~~~~~~
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@

ScanCode Workbench provides an advanced visual UI to help you quickly evaluate
license and other notices identified by
[ScanCode](https://github.com/nexB/scancode-toolkit/) and record your conclusion
about the effective license(s) for a component.
[ScanCode](https://github.com/nexB/scancode-toolkit/).
[ScanCode](https://github.com/nexB/scancode-toolkit/) detects licenses, copyrights
and other interesting information in your code. ScanCode Workbench allows you to take the
scan results from ScanCode and create conclusions. By creating these conclusions
within your codebase, you are creating a software inventory of your product.
The conclusions (Concluded License, Concluded Owner, etc.) you make when
creating your conclusion can be exported as a JSON file or saved as SQLite file.
and other interesting information in your code.

ScanCode Workbench is based on
[Electron](https://electron.atom.io/) and will be the primary desktop/GUI tool
Expand Down
9 changes: 0 additions & 9 deletions assets/app/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ body {
overflow: hidden;
}

.conclusion-status-dropdown { padding-left: 5px; }

.status-dropdown-menu { min-width: 110px; }

#zoom-controls {
Expand Down Expand Up @@ -687,13 +685,6 @@ div.dataTables_wrapper div.dataTables_processing {
font-family: 'Lato', Helvetica, san-serif;
}

/*---------------------------------------
Conclusion DataTable
-----------------------------------------*/
.conclusions-table-container {
width: 100%;
height: 100%;
}

/*---------------------------------------
Select2 custom
Expand Down
203 changes: 0 additions & 203 deletions assets/app/js/controllers/conclusionDataTable.js

This file was deleted.

Loading