aau-giraf / api_client

API client for Flutter to communicate with the web-api
GNU General Public License v3.0
6 stars 0 forks source link

Change (Role): Changed start index of citizen #98

Closed Sijmon closed 2 years ago

Sijmon commented 2 years ago

Description

Made it so that indices of role enum in api_client matches the ones in the web-api

closes #99

codecov[bot] commented 2 years ago

Codecov Report

Merging #98 (b9975d1) into develop (1875bf2) will decrease coverage by 0.0%. The diff coverage is 75.0%.

@@            Coverage Diff            @@
##           develop     #98     +/-   ##
=========================================
- Coverage     88.7%   88.7%   -0.1%     
=========================================
  Files           43      43             
  Lines         1274    1275      +1     
=========================================
  Hits          1131    1131             
- Misses         143     144      +1     
Impacted Files Coverage Δ
lib/offline_database/offline_db_handler.dart 93.6% <0.0%> (-0.2%) :arrow_down:
lib/models/enums/role_enum.dart 100.0% <100.0%> (ø)
lib/models/giraf_user_model.dart 100.0% <100.0%> (ø)