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

Integrate Partner statistics from mapswipe #6568

Open
wants to merge 100 commits into
base: develop
Choose a base branch
from

Commits on Sep 23, 2024

  1. Add swipe icon

    VinayakRugvedi authored and bshankar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b98b8d5 View commit details
    Browse the repository at this point in the history
  2. Add StatsCardWithDelta component

    VinayakRugvedi authored and bshankar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0edfd88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0364a0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdbb046 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd13fa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cff6745 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb9ab7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfecd8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3159e1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d792a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b587494 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6d0b86 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a7b268 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7782747 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    84311c5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    469e3a2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    90b500e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1a4d748 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2ca8b51 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0098693 View commit details
    Browse the repository at this point in the history
  21. Rename StatsCardWithDelta -> StatsCardWithFooter, handle delta, and a…

    …dd support for external style
    VinayakRugvedi authored and bshankar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cebb5b7 View commit details
    Browse the repository at this point in the history
  22. Add geo JSON mock data

    VinayakRugvedi authored and bshankar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e3c8e27 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    935206e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    31ac125 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5e35a61 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    709c35e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ec13e37 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    72f9c13 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fe7f007 View commit details
    Browse the repository at this point in the history
  30. Add DTO for partner stats

    bshankar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a92be28 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7e55857 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    21ebdb4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6a81cd8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d4b577e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6ade934 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6fcb1b2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    67ed4f5 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1b292eb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c1254ac View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0c169c1 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1d1dcd1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3d21e5c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    0951da4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    30963da View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4d7d2a2 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    14b3465 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4a3297d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    49c1b8f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    68d79c8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0333dae View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    345e14a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0dae784 View commit details
    Browse the repository at this point in the history
  53. Add zoom minus svg icon

    VinayakRugvedi authored and bshankar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c27ecbc View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    05a3c02 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    92860d3 View commit details
    Browse the repository at this point in the history
  56. Add mapswipe tab

    VinayakRugvedi authored and bshankar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8887ad9 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    43ac918 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ac1db7c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    97afe9c View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    fc57141 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    d2f7d65 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    9ce197b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    13c417a View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    9e3131b View commit details
    Browse the repository at this point in the history
  65. Add empty set mathematical icon

    VinayakRugvedi authored and bshankar committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    af5489d View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    da5635e View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    cede94a View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    d30eaaf View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    f3e8e2a View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    6b5b519 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    9fd130e View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    c6c3055 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    3a0af08 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    a812356 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    ce97d06 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    8eb282d View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    acd86af View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    aceed74 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    a4f6852 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    95a0e3b View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    9586ec8 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    ad9dc64 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    503952a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    8645e4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f241b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d6eada View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    475b66a View commit details
    Browse the repository at this point in the history
  5. fix: Make CSV output user friendly

    Drop unnecessary column: id
    rename column totalcontributionTime -> totalSwipeTimeInSeconds
    rename column totalcontributions -> totalSwipes
    bshankar committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    302d623 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    240afd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de1b114 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add people icon

    VinayakRugvedi committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    85d1f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25755f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0d46cf View commit details
    Browse the repository at this point in the history
  4. Add ChecksGrid icon

    VinayakRugvedi committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fdf5fba View commit details
    Browse the repository at this point in the history
  5. Add ColumnsGap icon

    VinayakRugvedi committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3934ecd View commit details
    Browse the repository at this point in the history
  6. Add Fullscreen icon

    VinayakRugvedi committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9b1d53a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d5e972 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a903cfe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0a7061 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a357484 View commit details
    Browse the repository at this point in the history