Skip to content

Latest commit

 

History

History
executable file
·
127 lines (102 loc) · 6.76 KB

notes.md

File metadata and controls

executable file
·
127 lines (102 loc) · 6.76 KB

Backlog

  • to-do (priority)

    • git commit -m '[api] change to interested users and consider each user preference: EnrichIncidentWithNearbyUsersObserver`

    • git commit -m '[api] add updateDistanceRadius mutation'

    • git commit -m '[app] integrate with updateDistanceRadius mutation'

    • git commit -m '[app] add MyIncidents screen in Profile' (view incident, delete)

    • git commit -m '[app][api] add logout mutation (when user logout remove user devices that are listening for push notifications)'

    • git commit -m '[app] fix report flow that is not being able to discard previous medias when back to camera'

    • git commit -m '[app] refactor local storage interaction' (example: code ~/dev/@clones/lexicon/frontend/src/helpers/localStorage.tsx)

    • git commit -m '[app] moves color scheme to recoil atom with local storage sync'

    • git commit -m '[app] add IncidentComments screen'

      • add reply action to incident at bottom (on click go to modal too)
      • new NotificationType: 'user replied to your incident'
    • git commit -m '[app] add User screen' (listing your last activities)

      • list last activities (link in incident detail screen)
    • git commit -m '[app] IncidentComments screen: add reply action to each comment'

    • git commit -m '[app] IncidentComments screen: add reply action to each reply'

    • git commit -m '[app] IncidentComments screen: add upvote/downvote action to each comment'

  • to-do (not priority):

  • would be nice:

    • location module? (the unique that can interact with redis geoset)
      • @user: user not returns location
      • @incident: incident returns location if duplicates location between pg and redis
    • user friendships, friends map view with (with real-time updates?)
    • user-user chat
    • incidents fetching filtering within screen
    • reputation system, user editing your owned incidents

Legacy