Skip to content

Resolve "Improve the hover text from members of a shop"

Alex requested to merge 88-improve-hover-text into master

Closes #88 (closed)

What does this MR do?

Adds a second line to the hover text in stores, which shows the date at which the user joined the team. Updates the correct stat_add_date in the fs_betrieb_team table when a user joins a store team.

1 2 3

How confident are you it won't break things if deployed?

Very. The second text line shouldn't break anything and the stat_add_date is now set to the correct value. In case the value is not set for some users the hover text will show the date at which the store was added.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... (existing tests are ok)
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))

Merge request reports