erikaliang520 / base_KASE

2 stars 1 forks source link

Copy to Clipboard Use Case #16

Open AddisonLuo04 opened 9 months ago

AddisonLuo04 commented 9 months ago

Currently working with JavaSwing to implement a copy to clipboard button for translated words. This use case, unlike others, will not likely need a use-case interactor to adhere to the CA engine model. This is because the logic for a copy to clipboard is relatively straight forward and can be handled in the view or a dedicated controller class.

TODOs

karkabbage commented 9 months ago

Hi, I think making the logic for this potential feature would rely mostly on GUI like you said, since nothing is actually getting stored into the database for the app and would likely only depend on the input and output boxes.