Skip to content

Automatization ConcertAnnouncement to Concert Algorithm

Tom R edited this page Jun 20, 2020 · 4 revisions

The bulk of the rule engine that cleans and deduplicates concert announcements is implemented here: https://github.com/Kunstenpunt/havelovewilltravel/blob/master/hlwtadmin/models.py#L706-L891 It is called in the .save() function of Model ConcertAnnouncement

The algorithm in pseudo-code:

pseude code

Data model

Relations

Semantics

Merge functionalities

Automation

QA Lists and procedures

Batch operations

Development

Clone this wiki locally