-
Notifications
You must be signed in to change notification settings - Fork 80
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
[UserStory] UI change to allow filters in arbitrary directory #1
Comments
@jody can I get this issue assigned to me? |
This is indicated as an Epic. The expected work on this issue is breaking it into subordinate issues and linking them with this as the parent issue. Note that the "Acceptance criteria" box isn't checked because it should really be the collection of sub-issues. |
@jody After attempting to resolve this issue, it seems that the mere selection of directories will be insufficient. The filter files are uncompiled Java files that get built along with the application (and in its packages). I believe additional work to allow for runtime compilation should be necessary (see https://dzone.com/articles/how-to-compile-a-class-at-runtime-with-java-8-and). |
I appreciate the work you've done investigating this issue! Given that ImageLab is intended support students in a first programming course, using external compilation may be best. This definitely warrants significant User Experience design attention. |
User Story
Essential components
Story
As a user of ImageLab
I want the interface to allow me to choose the directory to search for filters
so that I can import filters from a directory outside the project
Acceptance Criteria
Supporting Information
The text was updated successfully, but these errors were encountered: