Skip to content

Minute #14 29 04 2021

Juan Rodríguez edited this page May 5, 2021 · 1 revision

PARTICIPANTS

  • Miguel Ligero
  • Carmen Rendueles
  • Álvaro Requejo
  • Juan Rodríguez
  • Marcos Tobías

DECISIONS

  • Fixing bugs
  • Create a new endpoint on API to ban users
  • Help pages on Web Application
  • Help view on Mobile Application

WORK

  • Miguel Ligero -> Keep working on the embedded browser to finish it. Create a help page or tour on mobile application to improve usability and guide the users.
  • Carmen Rendueles -> Fix the QR bug when login on the mobile application.
  • Marcos Tobías -> Fixing incorrect redirects that occur on certain situations. Working with Graphana and Prometheus. Fixing e2e tests, which are not working properly.
  • Juan Rodríguez -> Finishing admin view with the ability to block users. Keep improving views, styles and usability of the whole web application.
  • Álvaro Requejo -> Create an endpoint on the Rest API so that the admin user is able to see all users and block or unblock them. Fix the mobile app which is currently not working on Android>=10. *Everyone -> Update documentation and perform some unitary testing.

EXPLANATION OF THE DECISIONS

The new endpoint of the rest api will allow the admin user to see, block and unblock users sending their webIds to a blacklist, so that they cannot perform any request if they are inside the blacklist.

Both help pages are meant to improve usability, and guide and help the users throughout the mobile and web apps, so that their experience is much more satisfactory. We also thought to add a tour so buttons are highlighted and everything can be properly understood by a new user.

Fixing bugs