TaskLynx-Docs 0.1 Help

TaskLynx / Nest Hotel – Docs

TaskLynx-logo-oval.svg

Introduction

TaskLynx is an ecosystem composed of TaskLynx Api, TaskLynx Business and TaskLynx Mobile. TaskLynx Api is a REST API that allows communication between TaskLynx Business and TaskLynx Mobile.

Nest Hotel is a REST API that allows communication with TaskLynx Business in order to manage the cleaning of hotel rooms.

TaskLynx Mobile is a mobile application that allows hotel staff to manage the cleaning of hotel rooms. It communicates with TaskLynx Api to get the tasks to be done.
"Authentication" is done by using the endpoint /api/trabajadores/{idTrabajador}/{contraseña}. Didn't use JWT because it was not required.

TaskLynx Business is a desktop application that allows hotel managers to manage the cleaning of hotel rooms and other tasks. It communicates with TaskLynx Api to get the tasks to be done and with Nest Hotel to manage the rooms.

Last modified: 15 May 2024