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

Criar CLI que faz backup do curso especificado e salva um JSON de indexação para este backup #14

Open
cte-ead opened this issue Aug 28, 2023 · 1 comment
Assignees

Comments

@cte-ead
Copy link
Collaborator

cte-ead commented Aug 28, 2023

O JSON constará ao menos os seguites atributos:

{
  "fullname": "Nome do curso (nome do componente curricular)",
  "startdate": "",
  "enddate": "",
  "backupdate": "",
   "url_backup": "",
  "teachers": [
     "username": "",
     "firstname": "",
     "lastname": "",
     "email": ""
  ],
  "license": {
     "idnumber": "",
     "url": ""
  },
  "turma": {
  ... conforme integrador ...
  },
  "curso": {
  ... conforme integrador ...
  },
  "componente": {
  ... conforme integrador ...
  },
  "diario": {
  ... conforme integrador ...
  },
}
@RafaelJovito RafaelJovito self-assigned this Aug 29, 2023
@wagnerciencomp
Copy link

Testando os comentários.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants