ProximaEPFL / proxima

A social app that encourages users to visit places in order to see posts.
7 stars 1 forks source link

Points in the user profile are not updated, they do not always reflect the database #198

Open Aderfish opened 5 months ago

Aderfish commented 5 months ago

I have noticed that there is no way to refresh the user profile page currently, while testing completing challenges.

Steps to reproduce:

  1. Open profile page
  2. Complete a challenge
  3. Open profile page

Observed behavior: centauri points at 1. and 2. are the same. The database has correct points during 2., but they are not shown.

Expected behavior: centauri points at 2. should be the points at 1. + 500, as in the database

This might get fixed on its own with navigation refreshes #189, should check.

gruvw commented 5 months ago

It won't be fixed on its own thanks to #189 as of it is right now, but I think I know how to fix it. I will push a fix on #189, can you try again and tell me if it works then ?

gruvw commented 5 months ago

see b350581