Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fullstory Analytics SDK Implementation #347

Merged
merged 11 commits into from
Jul 9, 2024

Commits on Jul 3, 2024

  1. feat: Fullstory Analytics SDK Implementation

    We have introduced the Fullstory Analytics Provider, which includes
    three main methods:
    
    Identify: This method identifies the user by passing a userID (uid).
    Additionally, it includes a displayName for use on the Fullstory
    dashboard.
    
    Event: This method records custom app events.
    
    Page: This method functions similarly to a screen event, tracking
    page views.
    
    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c066b42 View commit details
    Browse the repository at this point in the history
  2. feat: Add screen event method to the Analytics Manager

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a2c7ab7 View commit details
    Browse the repository at this point in the history
  3. fix: Course Home Tabs Events

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7fc71cc View commit details
    Browse the repository at this point in the history
  4. chore: Discovery Screen Events

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b3d9974 View commit details
    Browse the repository at this point in the history
  5. chore: Main Dashboard Screen Events

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    69ff996 View commit details
    Browse the repository at this point in the history
  6. chore: Auth Screen Events

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    36be9d8 View commit details
    Browse the repository at this point in the history
  7. chore: Profile Screen Events

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7609cc4 View commit details
    Browse the repository at this point in the history
  8. chore: Course Screen Events

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    63e832f View commit details
    Browse the repository at this point in the history
  9. fix: PLS Banner Multiple Events

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    69593f0 View commit details
    Browse the repository at this point in the history
  10. chore: Logistration Screen Event

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7be7bc9 View commit details
    Browse the repository at this point in the history
  11. refactor: Optimize code

    Fixes: LEARNER-10041
    HamzaIsrar12 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9a835fe View commit details
    Browse the repository at this point in the history