ai-cfia / ai-cfia/nachet

As a User, I'd like to be able to access the pictures from other folders

Aberta
#43 3 comentários 0 reações 2 responsáveis Reivindicada por @ChromaticPanic Ver no GitHub
backend datastore frontend HIGH PRIORITY user-visible
Linguagem predominante
Python
Estrelas
2
Forks
2
Merge médio
5d 6h
PRs com merge (30d)
5

Descrição

## Context:
Currently, our users are able to create new folders and batch upload into a folder. However they are not able to access the content of theses folder.

```mermaid
sequenceDiagram
participant User
participant FE as Frontend
participant BE as Backend
participant DS as Datastore

User->>FE: Select Folder
FE->>BE: Request folder content
BE->>DS: Fetch folder content
DS-->>BE: Return folder content
BE-->>FE: Send folder content
FE-->>User: Display folder content (list of pictures)
```

## Acceptance Criteria:

1. User can select any folders present in its container
2. The user can navigate through the selected folder content
3. The user can see the pictures within the selected

## TODO:

### Frontend
- [ ]
### Backend
- [x] https://github.com/ai-cfia/nachet-backend/issues/105
### Datastore
- [x] https://github.com/ai-cfia/nachet-datastore/issues/69

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.