XxtbmfxX / inacap_vivero_taller_apps

0 stars 0 forks source link

Update y Create de tareas #1

Open XxtbmfxX opened 5 months ago

XxtbmfxX commented 5 months ago

Description

When adding new task in the add_tarea.jsx component the new task is saved to the AsyncStorage but it should go to the supbase and database

To Reproduce

Steps to reproduce the behavior:

  1. Go to index
  2. Log in with admin
  3. Go to "Tareas"
  4. Click "Agregar Tarea"
  5. Fill the form
  6. Click "Guardar"
  7. The navigation goes back when saving
  8. The new Task dind't show on the list

Expected behavior

  1. Go to index
  2. Log in with admin
  3. Go to "Tareas"
  4. Click "Agregar Tarea"
  5. Fill the form
  6. Click "Guardar"
  7. The navigation goes back when saving
  8. The new Task shows on the list at the top

Screenshots

If applicable, add screenshots to help explain your problem.

image

Smartphone (please complete the following information):

XxtbmfxX commented 5 months ago

Some few changes needed