pondersource / oc-sciencemesh

Sciencemesh app for Own Cloud
MIT License
0 stars 1 forks source link

Sciencemesh client app GUI improvments. #30

Closed parhamin2010 closed 1 year ago

parhamin2010 commented 1 year ago

I checked the current version on the frontend branch and I think there should be some Improvements that make the app more user-friendly: 1- Modify the generate page to help the user to find out that the Generate a new token is clickable. 2- Make a decision about the Verify token. Do you think it's necessary? we can replace it with a COPY button to put the token value inside the clipboard. 1-2

3- Check token should be changed to Accept Token on accept page. 4- An error will appear if the token is invalid. I think this message should have a red design if token validation failed or it should have a green design if token validation/acceptance flow was successful. 3-4

5- the phrase No connection with Reva should be changed to No Sciencemesh Connection and it should be more emphasized in design. 5

michielbdejong commented 1 year ago

Leaving this issue open until https://github.com/pondersource/oc-sciencemesh/pull/31 is merged.

shokri-navid commented 1 year ago

@michielbdejong can you tell us about no.2?

michielbdejong commented 1 year ago

Change "Verify Token" to "View Token"

michielbdejong commented 1 year ago

Maybe change "token" to "invite"?

michielbdejong commented 1 year ago

@parhamin2010 created a 'Copy' button but it's not working yet with jQuery, so it's commented out

michielbdejong commented 1 year ago

Maybe change "token" to "invite"?

We couldn't reach consensus on a better name yet, let's keep it as "token" until we do

parhamin2010 commented 1 year ago

see this issue for more information https://github.com/pondersource/nc-sciencemesh/pull/228

parhamin2010 commented 1 year ago

1 2 3

Here're the fixes