CodeForBc / airbnb-regulation

MIT License
4 stars 2 forks source link

Features/define database models #31

Closed nam-m closed 5 months ago

nam-m commented 6 months ago

Description

Issue Link: #16

New data models are created under 3 new apps: listings, policies, and listing_policy_results, with defined fields from the Architecture Wiki

Please note that I also defined these apps so that these apps have the following scope app scope
listings Airbnb data ingestion module
policies Evaluation policy module
listing_policy_results Listing policy results module

The listing_processing module is renamed to policies to make sure it concerns with policies only.

Module lead developers are free to change/remove any files in respective apps, as I just auto-generated the app via startapp command. Please make new commits if any name/field change is needed. Thank you.

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Checklist:

Before you submit your pull request, please make sure you have completed the following:

Screenshots (if applicable)

Include any relevant screenshots or screen recordings demonstrating your changes.

Additional Notes

Add any other notes about the pull request here.