Skip to content

Changelog 2023 06 12

Rainer Simon edited this page Jun 12, 2023 · 10 revisions

Changes since June 05 2023

  • Addressed comments from last week
    • Presence avatars now include your own user. Which means there is always at least one avatar (myself) in the presence stack.
    • Presence now properly picks up user nicknames or first/last names (with nickname preferred)
    • The annotation popup now properly displays authorship
      • Avatar + name of the author, if available
      • 'Anonymous' as the name label, if no nickname/first/last name set
      • Anonymous avatar if the anonymous author is currently present
      • No avatar if the anonymous author is not currently present
  • Schema/DB updates
    • Layers now support n-to-m relations to contexts
  • Framework/architecture
    • Privacy enhancement: body content (comments!) is no longer broadcast through the realtime ephemeral channel (which cannot be covered through Supabase auth). Instead, body content is only broadcast through CDC change events, which are covered by our access policies.
  • Features
    • Private Annotations (beta!)
  • UI Design
    • Annotation Popup design - see below.

Next Steps

  • Document upload
  • Image annotation UI
    • Localization
    • Popup
  • Making UI sensitive to current user's permissions

popup-v3 popup-private-v1

Clone this wiki locally