-
🎸 Auth mechanism with
refresh token
: From now on,POST auth/login/
responds with a pair of<<token, refresh token>>
.refresh_token
must be used to re-signin the user whosetoken
was revoked byharena-manager
server.✅ Closes issue #70
-
🎸 Enable
logout
through endpointPOST auth/logout
-
🎸 Newly created REST endpoint
POST /admin/institution
for create a new institution -
🎸 Newly created REST endpoints:
GET auth/quest/cases
andGET play/quest/cases
✅ Closes: #71
-
🎸 Migrate database - Related issue: #62
-
🎸 Share cases: Allows the author associate more contributors to her case
-
🎸 Auth: Implement adonis ACL to control roles and permissions - Closes issue: #40
-
🎸 Provide quest services ✅ Closes issue #37
- Error on delete case. Related issue: #23
- Enable upload of .jpeg files
- 🤖 dependency update: Apply suggestions made by dependabot alerts
- 🤖 docker: Provide a develop environment to be used by collaborators team. Thecontainer orchastrate the whole environment (harenamanager, database, and database-ui).
- ✏️ Add auth sequence diagram
- ✏️ Add a schema versioning mechanism. It keeps the track of 3 such files: schema.dia, schema.pdf, schema.png. They are representations of the schema defined on database/migrations. Schemas are located at https://github.com/datasci4health/harena-manager/tree/development/src/adonisjs/database/schema_design)
- ✏️ Added a CHANGELOG in the project.
- 💡 Implements hooks through
file.method
POST /case/list
was replaced by two new endpoints: GET /cases
and
GET /user/:id/cases
v1.0.8 - 2020-03-22
- There was an error connecting to http://localhost:10020/api/v1/quest.
- 🎸 Provide quest services
v1.0.7 - 2019-08-05
- docker: A docker image of develop environment avaivable
- artifact: Enable upload of .jpeg files
- artifact: Fix error at artifact upload
v1.0.5 - 2019-07-07
- Error on delete case - #23
- ✏️ Add a CHANGELOG.