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
Create a module for fetching recent changes from practicalplants wiki and storing them to powerplant server database. Concretely for each Crop object there should be a list of wiki updates, but this list should be separate from the Crop objects themselves since it's likely only needed by admins for accepting changes to the Crop objects. To minimize network traffic the module should try to fetch only those changes that it has not already fetched. Note also that this module is not for scraping the whole wiki but only for fetching recent changes.
See #79 for a possible solution for testing this module.
The text was updated successfully, but these errors were encountered:
Create a module for fetching recent changes from practicalplants wiki and storing them to powerplant server database. Concretely for each
Crop
object there should be a list of wiki updates, but this list should be separate from theCrop
objects themselves since it's likely only needed by admins for accepting changes to theCrop
objects. To minimize network traffic the module should try to fetch only those changes that it has not already fetched. Note also that this module is not for scraping the whole wiki but only for fetching recent changes.See #79 for a possible solution for testing this module.
The text was updated successfully, but these errors were encountered: