Skip to content

Add a single boost view to boost console & deeplinks #4761

Martin Santangelo requested to merge js/boostconsole-single-view into master

Ticket(s) / Related Merge Requests

#4761 (closed)

Summary of Changes

  • Added a single boost screen the boost console

  • Added deeplink support to it

  • Boost notifications now navigate to the single view

  • Changelog file updated with this template (one or more)

    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

Point the app to the sandbox https://feat-single-boost-pg-minds-3749.oke.minds.io

Since deep-linking is not working in development mode you can use mindsapp scheme

adb shell am start -a android.intent.action.VIEW -d "mindsapp://boost/boost-console?boostGuid=BOOST_GUID_HERE"

Regression Scope

It affects navigation from boosts notifications to boost console

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

Android device

Screenshots

imagen

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Martin Santangelo

Merge request reports