Como disse o @ericksoares3 em #12: Pode ser interessante colocar, na página de usuário, os filmes sugeridos por ele marcando: se já foram aceitos, estão em espera ou foram recusados.
Como disse o @ericksoares3 em #12: ``` Pode ser interessante colocar, na página de usuário, os filmes sugeridos por ele marcando: se já foram aceitos, estão em espera ou foram recusados. ```
So, I have a question: What is the process to be accepted?
What's the condition in watch model? I think is "top" field?
From telegram @jotarios:
```
So, I have a question: What is the process to be accepted?
What's the condition in watch model? I think is "top" field?
```
So, maybe we can create some field on the Watch model:
```
status: [{ status: String,
moderator: { type : mongoose.Schema.ObjectId, ref : 'User'},
moderatorNoteDate: Date,
moderatorNote: String}]
},
```
And **status** can be:
- ```waiting```: waiting for a revision of any moderator. the standard status.
- ```pending```: a moderator revised it but some information or details is missing
- ```approved```: the film is approved, so it can be public now
- ```rejected```: the film was rejected because isn't libre or is offensive, or it doesn't fit the type of content
the **moderator** refers to the id of the moderator.
and the **moderatorNote** is the text detailing for the creator details about the info missing.
illustraded by @jotarios :
![](https://notabug.org/attachments/d79e5ead-4e19-4dd1-9a2c-e56820710f68)
Como disse o @ericksoares3 em #12:
Pode ser interessante colocar, na página de usuário, os filmes sugeridos por ele marcando: se já foram aceitos, estão em espera ou foram recusados.
Apoiado, já indiquei duas produções e não tenho ideia se foram aprovadas ou não.
Desculpe, @eduhunter. Tivemos muitos problemas com os formulários no início. Pode me dizer qual é o nome da sua produção?
From telegram @jotarios:
Awesome, @jotarios, actually is the 'featured' field. we have to define a pattern to the options values. but nowadays they are Boolean.
So, maybe we can create some field on the Watch model:
And status can be:
waiting
: waiting for a revision of any moderator. the standard status.pending
: a moderator revised it but some information or details is missingapproved
: the film is approved, so it can be public nowrejected
: the film was rejected because isn't libre or is offensive, or it doesn't fit the type of contentthe moderator refers to the id of the moderator.
and the moderatorNote is the text detailing for the creator details about the info missing.
illustraded by @jotarios :