Skip to content
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

Privacy Editing Functionality #28

Merged
merged 15 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.24.1",
"@tsconfig/node20": "^20.1.4",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^7.32.0",
Expand Down
23 changes: 10 additions & 13 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,25 @@ export default {
* B. ...
*
* General issues:
* I. New pod initialization / old pod re-starting (CSS interface)
* II. the presence of <http://www.w3.org/ns/pim/space#storage> <../> . on User card$.ttl
* III. Web hosting of the application -- github pages
* I. ...
*
* Data Upload:
* 1. a way to designate where a file is uploaded to (i.e. directory structure)
* 2. a drag and drop interface
* 3. a loading icon (to tell when file upload is done)
* 2. a loading icon (to tell when file upload is done)
*
* Data Browser:
* 4. a Pod data browser -- use new Comunica engine
* 5. designate a way to display the directory structure (along with the files)
* 3. a Pod data browser -- use new Comunica engine
* 4. designate a way to display the directory structure (along with the files)
*
* Data Query:
* 6. Area to write the query
* 7. Area to designate sources
* 8. submit query button
* 9. streamed output display
* 5. Area to write the query
* 6. Area to designate sources
* 7. submit query button
* 8. streamed output display
*
* Data Privacy:
* 10. A view of the current privacy
* 11. A way to add/change privacy
* 9. A view of the current privacy
* 10. A way to add/change privacy
*/
</script>

Expand Down
Loading
Loading