-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issues with databrowser as deployed for testing on dev.inrupt.net #45
Comments
Synchronousing login UI across all panes🐞 I had a nifty way of closing all the Log in/Sign up buttons --- they all had the same html class .. so I could get them all in one line findEElementsByClass. Then each one had a element.refresh() function which wiould be called to change the UI to (typically) enable input. |
User profile editor🐞Give defaults (white, and black or Solid Lavender?) for colors.🐞Fix form labels for highlight color as well as background color🐞Bogus
|
Public profile pane does not work. No background colors etc. |
Workflow 1 - Sign Up for Solid
|
Workflow 2 - Not Logged In
|
Workflow 3 - Login
|
Workflow 4 - Login | Dashboard
|
Workflow 5 - Login | Delete Root Folder
Users should not be given the option to delete the root folder. Update: User cannot delete the account. When entering the WebID in dev.inrupt.net/account/delete, an “account not found” error is displayed. |
Agreed! Maybe should also protect profile folder and prefs folder |
There are some panes that are making the current data browser more confusing than they are of help (in my opinion), so I suggest not including the following panes until we've had time to fix them up a bit:
Also, I recommend removing the basicPreferences from the root, but keep it in the global dashboard. |
Some thoughts when trying to add an index.html to your root:
|
Navigating to the global panes from the user menu was broken - I've fixed it in the latest versions of |
I think some panes are confusing as they are now, and suggest removing them from the current data browser SolidOS/mashlib#45 (comment)
As it is now, people can easily delete resources that really should not be deleted. This is very hacky, and should be rewritten into something smarter at some point Based on the comment SolidOS/mashlib#45 (comment)
I've added some hacky functionality to "Under the hood" that "protects" certain URIs to be deleted via the data browser. Essentially it's a hard-coded list of resources where the delete button will not be available. Still able to delete stuff other ways, of course, but limits the trouble some newcomers might get when starting to use the data browser. |
"You cannot drag-and-drop files to your root (returns 403 Forbidden), which means you cannot drag-and-drop an index.html file there" @megoth Is it going to be possible to edit the root index.html using the data browser? |
Nice job on the dashboard, it's coming together just fine. It reminds me of Linkedin but, with Linkedin, once you visit user profiles a certain amount of times without being logged in, it asks you to either sign up, or sign in to view a users profile, is this something Solid is considering? |
That's a possibility yes. |
FYI: We've updated dev.inrupt.net with latest version of https://github.com/solid/mashlib/tree/dev |
Stop specific sharing for this folderIf I click the "Stop specific sharing for this folder" button for a specific folder, I get a "Error reading ACL. status 404: Found no ACL resource" error. To Replicate
Expected Behaviour
Actual Behaviour
|
Display Public Profile for WebIDIf I navigate to someone elses WebID, there is no obvious way of displaying their Profile. To Replicate
NotesI would have expected Khoward7's Public Profile to be displayed. I can click on any Khoward7 link to view the Profile but that is not obvious to the End User. Display the Profile by default seems a more logical thing to do than start viewing files. |
Cannot Drag-Drop Files into Root FolderI get a 403 error when trying to drag-and-drop a file onto the green + button in the root folder. To Replicate
Expected Behaviour
Actual Behaviour
|
Goto Newly Created Address Book ErrorIf I create a new Address Book, I am presented with a link to "Go to new address book". When I click the link, I see a message "Can't find file requested: [object Object]". To Replicate
Expected Behaviour
Actual Behaviour
Dev Notes
|
No Validation on new Folder NamesThere does not seem to be any validation on the entered name for a new folder which can cause the Pod to be corrupted. To Replicate
Expected Behaviour
Actual Behaviour
|
Here is a quick place to put bugs -- or improvements to the UX -- or ideas for teh moment in one issue, later to be fixed or created as speciic bugs in the repo(s) concerned
The text was updated successfully, but these errors were encountered: