OpenBCca / airbnb-regulation

Airbnb Regulation Project
MIT License
1 stars 0 forks source link

[MVP] Generate results for report #18

Open nam-m opened 10 months ago

nam-m commented 10 months ago

Description

The results after processing the policies for registration numbers should be passed to Report Module to generate a report on legal/illegal listings

Tasks

Create Results object based on the policies in #17 to include listing id and list of violation. Make sure to include unit tests to verify the returned values from the policies. This task only relies on the policy evaluation results, therefore, it should not be blocked by #17

Links