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.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
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.
[ ] Unit Test
[ ] Integration Test
[ ] E2E Test
Checklist:
Before you submit your pull request, please make sure you have completed the following:
[ ] I have read the CONTRIBUTING document.
[ ] I have checked that my code adheres to the code style of this project.
[x] I have performed a self-review of my own code.
[ ] I have commented my code, particularly in hard-to-understand areas.
[ ] I have made corresponding changes to the documentation.
[x] My changes generate no new warnings.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] New and existing unit tests pass locally with my changes.
[ ] Any dependent changes have been merged and published in downstream modules.
Screenshots (if applicable)
Include any relevant screenshots or screen recordings demonstrating your changes.
Description
Issue Link: #16
New data models are created under 3 new apps:
listings
,policies
, andlisting_policy_results
, with defined fields from the Architecture WikiThe
listing_processing
module is renamed topolicies
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.