daita-technologies / interface

React-based user interface for the DAITA platform.
http://app.daita.tech
GNU Affero General Public License v3.0
1 stars 0 forks source link

Update/basic feedbacks #252

Closed locpnh1995 closed 1 year ago

locpnh1995 commented 1 year ago
ttattl commented 1 year ago

@pcaversaccio can you help me to check the tasks are done?

pcaversaccio commented 1 year ago

Let me review it tomorrow @ttattl - will provide feedback thereafter

pcaversaccio commented 1 year ago

Why do you ask for feedback on this PR and merge it before I have time to review it @ttattl?

ttattl commented 1 year ago

Oh, I merge for the testing whether it runs well or not, but I do not sure that the issues are entirely fixed.

pcaversaccio commented 1 year ago

Ok got it - let me test it tomorrow

pcaversaccio commented 1 year ago

Further Feedback:

The other issues are considered as closed @locpnh1995.

locpnh1995 commented 1 year ago

https://github.com/daita-technologies/interface/issues/205: The following items are not addressed currently: "Furthermore, depending on the action the UI is frozen - we need to inform the user that until a certain task is not completed he/she needs to wait."

=> What should we do here when project have tasks are running ? @pcaversaccio

  1. Always able the "Run" button if user click "Run" then announce tasks are running ?

https://github.com/daita-technologies/interface/issues/210: Could you please do the same for "My Tasks", "Dashboard", and the "Project" (for each project). There it would be: "Fetching task information..." for "My Tasks", "Fetching projects information..." for the dashboard, and "Fetching project information..." for an individual project.

=> Note Todo.

pcaversaccio commented 1 year ago

=> What should we do here when project have tasks are running ? @pcaversaccio

If the user clicks on a place that is currently disabled, he/she should get a short notification like that: "We're currently processing your task – just hang on a minute until you can continue"

As an example, when it's uploading the images you can't click on the upload section: image

If the user clicks on it he/she should get the small notification from above.

locpnh1995 commented 1 year ago

=> What should we do here when project have tasks are running ? @pcaversaccio

If the user clicks on a place that is currently disabled, he/she should get a short notification like that: "We're currently processing your task – just hang on a minute until you can continue"

As an example, when it's uploading the images you can't click on the upload section: image

If the user clicks on it he/she should get the small notification from above.

Or could I simply change the cursor to not-allowed when the area is hovered ? @pcaversaccio

Screen Shot 2022-11-17 at 10 59 29 PM

ttattl commented 1 year ago

I like the idea of cursor not allow :D @locpnh1995 @pcaversaccio , just simple

pcaversaccio commented 1 year ago

yeah - let's make it not-allowed for the moment being.