Skip to content

Latest commit

 

History

History
444 lines (310 loc) · 41.7 KB

CHANGELOG.md

File metadata and controls

444 lines (310 loc) · 41.7 KB

0.10.0 (2025-03-20)

Features

  • imlement addFeature function in features client adapter (cc9f2b4)
  • implement addFeature function in features api adapter (b17a61d)
  • implement AddFeatureUsecase (bd69ca5)
  • implement deleteFeature function in features api adapter (d4179eb)
  • implement deleteFeature function in features client adapter (3b3eab8)
  • implement DeleteFeatureUsecase (ef3e086)
  • implement editFeature function in features api adapter (0a67385)
  • implement editFeature function in features client adapter (e2d8b7e)
  • implement EditFeatureUsecase (0ecab1a)
  • implement FeaturesApiAdapter (0e7752f)
  • implement FeaturesClientAdapter function in features client adapter (bf3f074)
  • implement fetchFeature function in features api adapter (7ed2837)
  • implement fetchFeature function in features client adapter (7a3509c)
  • implement FetchFeatureUsecase (38407d6)
  • implement isFeatureOwner function in features client adapter (c48ceb6)
  • implement IsFeatureOwnerUsecase (d1e396b)
  • implement saveOrder function in features api adapter (0e3a3fd)
  • implement saveOrder function in features client adapter (067b770)
  • implement SaveOrderUsecase (e48fc31)

0.9.0 (2025-03-11)

Features

  • implement fetchAllSprints function in sprints api adapter (b25c73e)
  • implement fetchAllSprints function in sprints client adapter (66693df)
  • implement FetchAllSprintsUsecase (e70eff4)
  • implement getActiveTeams function in user client adapter (509b0ba)

0.8.0 (2025-03-10)

Bug Fixes

  • adjust meeting data logic (ac46ac8)
  • fix issue with unbound this in usecase (b76ba6b)
  • get voyage team undefined issue (8144bf7)
  • issue with edit meeting not taking payload properly (ab2a3a6)
  • issue with fetching questions with no response (b081af8)
  • re-order parameters in url (0fb433b)
  • remove unused paramters from edit agenda topic function (0ddcb5f)
  • types (a959ba4)
  • update dtos (450b7db)
  • update get current sprint meeting use case (21e343e)
  • update parameters for get sprint meeting id, fixes issue with retrieving meeting id (e401caf)
  • update type (8edcd0e)
  • update type and usecase (fffddbc)

Features

  • add AddAgendaTopicApiRequestDto (aa3a9a2)
  • add add agenda topic function in sprint meeting api adapter (9678b6d)
  • add add agenda topic function in sprint meeting client port (c3d1041)
  • add add agenda topic url (c7ae5db)
  • add AddAgendaTopicClientRequestDto (b5bbc9c)
  • add AddAgendaTopicClientResponseDto (c869edd)
  • add createFormResponseBody util function (f513b63)
  • add deleteAgendaTopic function in sprint meeting client port (f03e2d0)
  • add deleteAgendaTopic function in srpint meeting api port (92f848f)
  • add DeleteAgendaTopicApiRequestDto (351e6ef)
  • add DeleteAgendaTopicClientRequestDto (e2128f7)
  • add DeleteAgendaTopicReponseDto (185ddb4)
  • add edit agenda topic function in sprint meeting client port (58ade3d)
  • add edit agenda topic url (0296d13)
  • add editAgendaTopic function in sprint meeting api port (8be7a1b)
  • add EditAgendaTopicApiRequestDto (84de47b)
  • add EditAgendaTopicClientRequestDto (05e6261)
  • add EditAgendaTopicResponseDto (66cd5eb)
  • add EditAgendaTopicUsecaseDto (d2034c9)
  • add fetch form questions request dto (99023ec)
  • add fetch form questions response dto (fec41fe)
  • add fetch meeting response dto (21f6fac)
  • add fetch submit voyage project form api request dto (17082f0)
  • add fetch submit voyage project form function in forms client port (d292748)
  • add fetch submit voyage project form response dto (75a52de)
  • add form urls (d35f2f6)
  • add get current sprin meeeting id request dto (bae9107)
  • add get current sprin meeeting id response dto (f9d8f03)
  • add get current user voyage role client request dto (9639925)
  • add get current user voyage role function in voyage team client port (2847728)
  • add get current user voyage role response dto (a9c7d1c)
  • add get current voyage user id usecase (5cff91f)
  • add get meeting date client request dto (45baddb)
  • add get meeting date function in timezone client port (7583414)
  • add get meeting date response dto (39260dd)
  • add get meeting date usecase dto (1002d28)
  • add get voyage member roles function in voyage team client port (db58068)
  • add get voyage member roles response dto (affbc4c)
  • add get voyage members roles request dto (a1b23da)
  • add get weekly check form request dto (9a4395b)
  • add get weekly checkin form function in forms client port (6ec2762)
  • add get weekly checkin form response dto (082499d)
  • add getMeetingTimeWithTZAbbreviation function in timezone client port (f6088e8)
  • add GetMeetingTimeWithTZAbbreviationClientRequestDto (7e99b79)
  • add GetMeetingTimeWithTZAbbreviationResponseDto (3e318bb)
  • add GetMeetingTimeWithTZAbbreviationUsecaseDto (c9e28e5)
  • add getSprintByNumber function in sprint client port (7934a96)
  • add getSprintStartDateBySprintNumber function in timezone client port (6ba349c)
  • add is current sprint api request dto (f069d00)
  • add is current sprint client request dto (f047e2d)
  • add is current sprint client response dto (b1e1113)
  • add sprint meeting url (ea64c62)
  • add submit voyage project form function to forms client port (630ec1d)
  • add submit weekly check in form url (b4bb845)
  • add submit weekly checkin form function in forms client port (387951a)
  • add submit weekly checkin form in forms api port (483a408)
  • add submit weekly checkin form response dto (9763011)
  • add types in forms di container (0bc3ff8)
  • add usecase for get meeting (d2f5748)
  • add usecase for voyage project submission (8efc95e)
  • add usecase to get current sprint (8f8692d)
  • add usecases to di container (acdf82a)
  • add utility function to order agendas (3de2a2c)
  • fetch form questions method in forms client adapter (583af61)
  • fetch form questions method in forms client port (49cbfab)
  • fetch sprints (e2decd0)
  • get sprint checkin status (ea85788)
  • implement add agend topic function in sprint meeting module (7dd3806)
  • implement add agenda topic function in sprint meeting api adapter (cb59ac2)
  • implement add meeting function in sprint meeting api adapter (a104b6f)
  • implement add meeting in sprint meeting client adapter (9e16b88)
  • implement add meeting usecase (c8d5e53)
  • implement AddAgendaTopicUsecase (cd7c5c6)
  • implement addSprintMeetingSection function in sprint meeting api adapter (4c35a71)
  • implement addSprintMeetingSection function in sprint meeting client adapter (21c8425)
  • implement AddSprintMeetingSectionUsecase (320ab55)
  • implement change agenda topic status function in sprint meeting client port (fe2f653)
  • implement changeAgendaTopicStatus function in sprint meeting api adapter (d815fca)
  • implement ChangeAgendaTopicStatusUsecase (ec1239b)
  • implement convert string to date function in sprints client adapter (61ee20b)
  • implement deleteAgendaTopic function in sprint meeting api adapter (2017292)
  • implement deleteAgendaTopic function in sprint meeting client adapter (e916ce7)
  • implement DeleteAgendaTopicUsecase (52b2b83)
  • implement di container (98dd5d9)
  • implement edit agenda topic in sprint meeting client adapter (2064db1)
  • implement edit meeting function in sprint meeting api adapter (503edaf)
  • implement edit meeting function in sprint meeting client adapter (c5f5940)
  • implement edit meeting usecase (a24ef82)
  • implement editAgendaTopic function in sprint meeting api adapter (21193b7)
  • implement EditAgendaTopicUsecase (5aa0d4f)
  • implement editSprintMeetingSection function in sprint meeting api adapter (49297f1)
  • implement editSprintMeetingSection function in sprint meeting client adapter (77027d3)
  • implement EditSprintMeetingSectionUsecase (532c7b2)
  • implement editSprintPlanningSection function in sprint client adapter (2ceeadf)
  • implement EditSprintPlanningSectionUsecase (189def5)
  • implement editSprintReviewSection function in sprint meeting client adapter (6d7ebaa)
  • implement EditSprintReviewSectionUsecase (715a66a)
  • implement fetch form questions function in forms api port (05cbc47)
  • implement fetch form questions usecase (b0afd24)
  • implement fetch meeting in sprint meeting api adapter (66fcb2b)
  • implement fetch meeting method in sprint meeting client adapter (ce1fe53)
  • implement fetch meeting usecase (ec55846)
  • implement fetch submit voyage project form function in forms client adapter (a78681c)
  • implement fetch sumibt voyage project form usecase (b3971c9)
  • implement fetchSprintMeetingForm function in sprint meeting api adapter (3080261)
  • implement fetchSprintMeetingForm function in sprint meeting client adapter (fcaec9c)
  • implement FetchSprintMeetingFormUsecase (cf8c4d6)
  • implement fetchSprintMeetingSectionResponses function in sprint meeting client adapter (e03d0b6)
  • implement FetchSprintMeetingSectionResponsesUsecase (119bdf4)
  • implement get current sprint meeting function in sprint meeting client adapter (a12ec1c)
  • implement get current sprint meeting id method in sprint meeting client adapter (d453750)
  • implement get current sprint meeting id usecase (7af18ec)
  • implement get current sprint meeting usecase (ad7a0d7)
  • implement get current user voyage role method in voyage team client adapter (8a90eb0)
  • implement get current user voyage role usecase (93fc6e1)
  • implement get meeting date function in timezone adapter (b583926)
  • implement get meeting date usecase (71f05ae)
  • implement get meeting long date time format function (91656ff)
  • implement get meeting long date time format usecase (3058856)
  • implement get meeting time with tz abbreviation function in timezone client adapter (94060d8)
  • implement get voyage member roles method in voyage team client adapter (14e26b8)
  • implement get voyage member roles usecase (17e2196)
  • implement get weekly checkin form function in forms client adapter (f50aec6)
  • implement get weekly checkin form usecase (b724342)
  • implement getAgendaById function in sprint meeting client adapter (1311c03)
  • implement GetAgendaByIdUsecase (63f7325)
  • implement getCompletedTopics function in sprint meeting client adapter (cb95d22)
  • implement GetCompletedTopicsUsecase (2a2da31)
  • implement getIncompleteTopics function in sprint meeting client adapter (7290674)
  • implement GetIncompleteTopicsUsecase (dd839c1)
  • implement GetMeetingTimeWithTZAbbreviationUsecase (b7713a1)
  • implement getSprintByNumber function in sprints client adapter (6f9b0d2)
  • implement GetSprintByNumberUsecase (2268e8f)
  • implement getSprintEndDateBySprintNumber function in timezone client adapter (37d3eba)
  • implement GetSprintEndDateBySprintNumberUsecase (808fb9c)
  • implement getSprintPlanningQuestions function in sprint meeting client adapter (12f6e84)
  • implement getSprintReviewQuestions function in sprint meeting client adapter (0be6e12)
  • implement GetSprintReviewQuestionsUsecase (17e5492)
  • implement getSprintStartDateBySprintNumber function in timezone client adapter (5c81dfe)
  • implement GetSprintStartDateBySprintNumberUsecase (66acc44)
  • implement is current sprint method in sprints client adapters (34633c7)
  • implement is current sprint method in sprints client port (b46e80d)
  • implement is current sprint usecase (2aff4b5)
  • implement is voyage project submission allowed method in sprints client adapter (bb84bfe)
  • implement is voyage project submission allowed method in sprints client port (ea70154)
  • implement is voyage project submission allowed usecase (e867252)
  • implement sprint meeting api port (fc3d310)
  • implement sprint meeting client port (7bdb4a1)
  • implement submit voyage project form function in forms api adapter (428035b)
  • implement submit voyage project form function in forms client adapter (8312ff8)
  • implement submit voyage project form usecase (e4b94dd)
  • implement submit weekly checkin form function in forms api adapter (1d9797d)
  • implement submit weekly checkin form function in forms client adapter (ac4792d)
  • implement submit weekly checkin usecase (1c660bc)
  • implement update directory with current time usecase (8221404)
  • setup barrel imports (da4a2c1)
  • setup form dependencies in form di container (f9bfa37)
  • setup forms module and export form enums (105dc90)
  • setup sprint meeting module (f637386)
  • update di container (b62c7ef)
  • update edit meeting usecase logic (0169860)
  • update fetch meeting usecase (7d59b34)
  • update GetSprintReviewQuestionsUsecase (eca2cdd)
  • update root di container (34bf04c)
  • update timezone di container (e151630)
  • update timezone di container (d7cb4f9)
  • update voyage team di container (41478df)

0.7.0 (2025-01-27)

Features

  • add is current voyage team usecase (93f3f74)
  • directory-module (7c83227)
  • my-team primary and secondary adapters (1cd77c2)
  • my-team primary and secondary port (5adb6e2)
  • my-team urls (1855990)

0.6.0 (2025-01-24)

Features

  • refactor di config (0f4aaba)
  • split up di configuration into separate files (9c6ab2b)

0.5.0 (2025-01-24)

Bug Fixes

Features

0.4.1 (2025-01-23)

Bug Fixes

0.4.0 (2025-01-23)

Features

0.3.16 (2025-01-23)

Bug Fixes

0.3.15 (2025-01-22)

Bug Fixes

0.3.14 (2025-01-22)

Bug Fixes

0.3.13 (2025-01-22)

Bug Fixes

0.3.12 (2025-01-22)

Bug Fixes

0.3.11 (2025-01-22)

Bug Fixes

0.3.10 (2025-01-22)

Bug Fixes

0.3.9 (2025-01-22)

Bug Fixes

0.3.8 (2025-01-22)

Bug Fixes

0.3.7 (2025-01-22)

Bug Fixes

0.3.6 (2025-01-22)

Bug Fixes

0.3.5 (2025-01-22)

Bug Fixes

0.3.4 (2025-01-22)

Bug Fixes

0.3.3 (2025-01-22)

Bug Fixes

  • update config for resolving path alias in package (12538fe)

0.3.2 (2025-01-22)

Bug Fixes

  • add path alias resolve to vite config (839b838)

0.3.1 (2025-01-22)

Bug Fixes

0.3.0 (2025-01-22)

Features

0.2.0 (2025-01-22)

Features

  • adjust base url based on client (7188a79)

0.1.2 (2025-01-22)

Bug Fixes

0.1.1 (2025-01-22)

Bug Fixes

0.1.0 (2025-01-22)

Features

0.0.4 (2025-01-21)

Bug Fixes

  • use proper token in actions workflow (5f7742f)

0.0.3 (2025-01-15)

Bug Fixes

0.0.2 (2025-01-15)

Bug Fixes

0.0.1 (2025-01-15)

Bug Fixes