Skip to content

Commit

Permalink
Merge pull request #13 from osoc24/9-list-missing
Browse files Browse the repository at this point in the history
List missing
  • Loading branch information
Zelzahn authored Jul 24, 2024
2 parents 90a7efe + 7fc1fb8 commit ed38c73
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions loama/limitations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Current Limitations

Due to the time constraints of OSOC, some parts of the project are not implemented or not as fully fledged out as we would like.

The following things are deemed out-of-scope:

## 1. Login

- The `No pod yet?` sidepanel just lists the pod providers and doesn't showcase their logo

## 2. File explorer

- No animations are done
- Instead of a cool directory navigation, simple breadcrumbs are used
- All the file icons are simplified to either an icon for a file, or one for a container
- The `Locked`/ `Unlocked` and `Private`/ `Public`/ `Shared` status icons are missing
- The `UserType` is simplified to merely storing the URL, no nicknames are done
- The `Share files` functionality is not implemented

## 3. Controller

- There's no support for setting the permissions on an object recursively
- When adding a new item in the index file no check is performed to make sure it isn't already present
- When creating an empty index file, no corresponding ACL file is created

0 comments on commit ed38c73

Please sign in to comment.