issues
search
vanvalenlab
/
kiosk-imageJ-plugin
An ImageJ Plugin for interacting with the DeepCell Kiosk
Other
3
stars
2
forks
source link
Refactor the package
#3
Closed
willgraf
closed
4 years ago
willgraf
commented
4 years ago
Refactor into better-named packages
Move HTTP request code into a
KioskHttpClient
class.
Move all Job management functions into a
KioskJob
class.
Add a
KioskJobManager
class for all job processing options
Update GUI to use native ImageJ elements instead of swing.
Add menu options for "Active image" and "select an image".
Use
okhttp3
for the HTTP client.
Move all Request/Response Gson classes into their own package.
Testing for all non-JobManager classes.
Add travis.yml for testing and coverage.
KioskHttpClient
class.KioskJob
class.KioskJobManager
class for all job processing optionsokhttp3
for the HTTP client.