Skip to content

Remove unused components (SusiThought, frontend assets) - #1646

Open
apoorvdarshan wants to merge 1 commit into
loklak:developmentfrom
apoorvdarshan:cleanup/remove-unused-components
Open

Remove unused components (SusiThought, frontend assets)#1646
apoorvdarshan wants to merge 1 commit into
loklak:developmentfrom
apoorvdarshan:cleanup/remove-unused-components

Conversation

@apoorvdarshan

Copy link
Copy Markdown

Summary

  • Renamed SusiThought to ServiceResponse, moved from org.loklak.susi to org.loklak.objects, and deleted the now-empty susi package — completing the SUSI removal started in 440c34d
  • Deleted 32 unused frontend assets: 20 JS files (entire angular-modules/ dir + 9 standalone libs), 4 CSS files, and 8 images from html/
  • Updated all 13 consuming source/test files and docs/misc/parsers.md to use the new ServiceResponse class

Test plan

  • Verify ./gradlew build compiles and all tests pass
  • Grep for any remaining SusiThought or org.loklak.susi references (should be zero)
  • Confirm no HTML pages reference the deleted JS/CSS/image files

Fixes #1553

…te unused frontend assets

Rename SusiThought to ServiceResponse and move to org.loklak.objects package,
completing the removal of the susi package. Delete unused JS (angular-modules,
d3, morris, raphael, etc.), CSS (bootstrap maps, morris), and image files from
html/ that are no longer referenced. Fixes loklak#1553.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Clean up unused components

2 participants