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

Add resource listing #36

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions features/resources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ geekdocFilePath: _index.md

## Requirements

### Listing resources
- As a user I want to have an overview of my resources with the most important information at a glance
- As a user I always want to know the path of the resource I'm currently working in
- As a user I want to be able to navigate to all parents of the resource I'm currently working in with a single click
- As a user I have potentially many resources (~100k) and my experience should not be impacted by this

{{< include file="features/resources/resource_listing.feature" language="gherkin" >}}

### Accessing a resource via a link

{{< include file="features/resources/accessing_a_resource_via_link.feature" language="gherkin" >}}
31 changes: 31 additions & 0 deletions features/resources/resource_listing.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Feature: Listing resources

Scenario: Browsing the list of resources
TODO:

Scenario: Getting information about resources at a glance
TODO:
- Favorite
- File type icons / thumbnails
- Name
- Size (display decimals only for MB and higher)
- Updated (modification time)
- Has collaborators (invited by myself)
- Has collaborators (I'm invited)
- Has direct/indirect collaborators (resource is directly shared / parent resource is shared)
- Has links
- Has direct/indirect links (directly on the resource / on a parent resource)
- Total number of files and folders in the current folder
- Total size

Scenario: Recognizing the current working folder / Breadcrumb navigation
TODO:

Scenario: Recognizing column names in long resource listings (frozen top bar)
TODO:

Scenario: Selecting multiple files for further actions
TODO:

Scenario: Sorting the resource list
TODO: