-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application decision components #1281
Conversation
lstod
commented
Jan 10, 2024
- init decision components
- update soil components
- date2 exists for soil
return None | ||
|
||
|
||
# def _map_nfu_subtype_code(row): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need this commented code?
@@ -59,3 +59,22 @@ class AlcsNaruTypeCode(Enum): | |||
Principal_Residence = "PRIN" # Principal Residence More Than 500m² | |||
Additional_Residence = "ARFU" # Additional Residence for Farm Use | |||
Tourism_Accomodation = "TOUR" # Non-Adhering Tourism Accommodation | |||
|
|||
|
|||
class OatsToAlcsNfuTypes(Enum): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rename to OatsToAlcsNfuTypesEnum to be consistent with the rest of enums
UNU = AlcsNfuTypeCode.Unused.value | ||
|
||
|
||
class OatsLegislationCodes(Enum): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming @mhuseinov's changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍