Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Migration to eat api #1422

Closed
wants to merge 113 commits into from
Closed

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    ae4b566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c49652d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7b0e81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3db3f14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c521ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b16844 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3d416f View commit details
    Browse the repository at this point in the history
  8. Updated POJO imports

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    6939b2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fef1ecc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a53f8e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e12de1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b5662c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5488fb View commit details
    Browse the repository at this point in the history
  14. Added new DB schema to git

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    eaed9a8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a401e50 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b237862 View commit details
    Browse the repository at this point in the history
  17. Added comments/documentation

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    3d1e6ac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d39b721 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    06a7781 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6399406 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fd1c959 View commit details
    Browse the repository at this point in the history
  22. Migrated CafeteriaLocalRepository.kt to use CafeteriaLocation and wor…

    …k with the update db table
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    00164f6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7e2628a View commit details
    Browse the repository at this point in the history
  24. Refactored method naming

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d9a2829 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0b65f1e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a8282b5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    00c1f00 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d7a53e1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e3e81b5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    cf8ea7e View commit details
    Browse the repository at this point in the history
  31. Refactored CafeteriaLocation.kt; Added another helper method to gener…

    …ate the correct enum from a string
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    176611f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f44da1e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f1111fb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d3a36a8 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6c12cee View commit details
    Browse the repository at this point in the history
  36. Update documentation

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c3e1df1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6e4631f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    619febb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    282e164 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    80aab46 View commit details
    Browse the repository at this point in the history
  41. Migrated CafeteriaDetailsSectionFragment.kt and CafeteriaDetailsSecti…

    …onsPagerAdapter.kt to CafeteriaLocation and new table
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d79c347 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1394ffa View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    5d87e05 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5499788 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a466e26 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    d5c69a4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    76e8914 View commit details
    Browse the repository at this point in the history
  48. Refactored deserialization POJOs to allow usage of lazy fetching per …

    …cafeteria/week eatAPI endpoint
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4045fa5 View commit details
    Browse the repository at this point in the history
  49. Refactored EatAPIParser in preparation for lazy fetching (uses dummy …

    …data rn), refactored parseCafeteriaFrom for DB migration
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    8f3ed56 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    9e54c7c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    4d4cab3 View commit details
    Browse the repository at this point in the history
  52. Updated DB schema

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    afac8d6 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    73a0dfe View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    86ba4ce View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    a5d1404 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    eba3dbc View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a41c53d View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    703b840 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    e3a6a55 View commit details
    Browse the repository at this point in the history
  60. Fixed bug causing the request for the menus of a cafeteria to return …

    …null; Edge case handling for winter holidays; Refactored field names to conform to new table field names
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    163bd8b View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    e41d4f2 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    c33ea6d View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    4aff455 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    5ed42e0 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    65e9d67 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    d47b541 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    cf3ec13 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    c402602 View commit details
    Browse the repository at this point in the history
  69. Refactored CafeteriaMenuDao to int cafeteriaId and new table field na…

    …mes; Added helper query getIdFrom(cafeteriaSlug: String):Int
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c34ca07 View commit details
    Browse the repository at this point in the history
  70. Improved error handling and debugging info provided; Refactored Cafet…

    …eriaMenuManager to int cafeteriaId
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    15b58e2 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    7f36e00 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    abb8c29 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    3c07f52 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    ead49ab View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    e3845e6 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    a5cc34c View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    70f1d68 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    412e176 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    9612916 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    23ef260 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    96b7cd7 View commit details
    Browse the repository at this point in the history
  82. Updated cafeteriaMenu db table and dependencies, due to a semantic mi…

    …sunderstanding; dummy data
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    69a964f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    71dc5d7 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    071eb55 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    5ae3897 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    2670ceb View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    0f1aed8 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    ffd8b68 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    5f716a3 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    0b7a550 View commit details
    Browse the repository at this point in the history
  91. Removed handled TODO

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    3630b60 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    00437e1 View commit details
    Browse the repository at this point in the history
  93. Removed old methods for handling cafeteria menu downloads via Cafeter…

    …iaDownloadAction and unused DAO
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    f06dfb7 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    76dbea2 View commit details
    Browse the repository at this point in the history
  95. Refactored fetchCafeteriaMenus, to dynamically fetch from local or re…

    …mote repository (lazy fetching)
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    8d56544 View commit details
    Browse the repository at this point in the history
  96. Removed TODO

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4793037 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    1791eec View commit details
    Browse the repository at this point in the history
  98. Fixed bug causing the application to crash when selecting certain caf…

    …eterias that are open until midnight; Exchanged deprecated method call
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d06750e View commit details
    Browse the repository at this point in the history
  99. Added bugfix for cafeteria menus not being fetched from remote reposi…

    …tory, when the app is in its init state (empty local repo)
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    91dedc0 View commit details
    Browse the repository at this point in the history
  100. Added helper method to facilitate bugfix causing cafeteria menus to n…

    …ot be downloaded in the apps initial state
    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    b8ef560 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    b891285 View commit details
    Browse the repository at this point in the history
  102. Formatting

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    637cd06 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    a848d18 View commit details
    Browse the repository at this point in the history
  104. Reintroduced cache behaviour

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d409217 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    8668d20 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    83e5d07 View commit details
    Browse the repository at this point in the history
  107. Added TODO for migration

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    93a1ea2 View commit details
    Browse the repository at this point in the history
  108. Removed TODO

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    cc668d0 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    52860d8 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    a45bd6e View commit details
    Browse the repository at this point in the history
  111. Removed unused method stub

    Liqs-v2 committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4279ee9 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    c15dce1 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    edf9aca View commit details
    Browse the repository at this point in the history