You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To achieve the target of 2 REST APIs (MS and BIT APIs) with one database (bit_schema database), MS schema needs to be refactored to accommodate BIT.
Describe the solution you'd like
Refactor one of the UserModel field from organization to current_organization to remove ambiguity with Organization table reference used in BridgeInTech schema.
Refactor the use of Float to Numeric with precision "16,6" so to avoid precision mismatch from data store/retrieve from db.
modify .travis.yml to employ postgresql as db for testing on travis build
add pytest-cov dependency in requirements.txt
Describe alternatives you've considered
NA
Additional context
This is a cross-project issue between MS and BIT where improvement will be made gradually throughout GSoC 2020 period.
The text was updated successfully, but these errors were encountered:
@anitab-org/mentorship-android-maintainers and @anitab-org/coding-team , this issue is a cross-project issue to prepare for BIT - MS integration.
Can you please add BIT label to this issue and assign it to me. I'll push a PR for this issue.
Is your feature request related to a problem? Please describe.
To achieve the target of 2 REST APIs (MS and BIT APIs) with one database (bit_schema database), MS schema needs to be refactored to accommodate BIT.
Describe the solution you'd like
organization
tocurrent_organization
to remove ambiguity withOrganization
table reference used in BridgeInTech schema..travis.yml
to employ postgresql as db for testing on travis buildDescribe alternatives you've considered
NA
Additional context
This is a cross-project issue between MS and BIT where improvement will be made gradually throughout GSoC 2020 period.
The text was updated successfully, but these errors were encountered: