Skip to content

Commit

Permalink
Merge pull request #28 from ecrum19/EDC_active
Browse files Browse the repository at this point in the history
Privacy Editing Functionality
  • Loading branch information
ecrum19 authored Oct 8, 2024
2 parents 6da1b1f + 1c452ea commit 18d5ff6
Show file tree
Hide file tree
Showing 13 changed files with 1,343 additions and 151 deletions.
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

0 comments on commit 18d5ff6

Please sign in to comment.