View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000449 | Twitter Delitter | Backend / Core | public | 2020-02-06 11:03 | 2020-02-22 18:35 |
Reporter | BootBlock | Assigned To | BootBlock | ||
Priority | normal | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 1.34 | ||||
Target Version | 1.35 | Fixed in Version | 1.35 | ||
Summary | 0000449: Add a tweet scoring system | ||||
Description |
Thanks to Mike C. for suggesting! | ||||
Tags | No tags attached. | ||||
|
Alright: without going full Bayesian statistics, it's probably best to make this generic: 1) Ruleset. A Rules collection contains a list of Rule. |
|
This is going to take a lot of editors to implement correctly. No Interfaces or anything like that - I don't want to go the FileSieve route as the TD userbase is vastly smaller - but just a collection of Panels. While the user won't know a difference, it won't be modular or extensible via plugins like FileSieve is. This is a huge amount of work, so no other features will be added or worked upon until this is done; the tracker will look like activity has ceased on TD - but this isn't the case. |
|
With no optimisations (eg. don't keep creating Regex objects; tweet.Count * rule.Count), it takes |
|
Quick optimisation later and now it takes |
|
A quick WIP look at the RuleSet class diagram. The Rule class is going to be a lot bigger. |
|
Importing and exporting is in. |
|
Tweet Scoring is in, albeit not entirely complete. Not all comparison fields are available but will be added in an update; see 0000490. Exporting a Rule Set to the clipboard isn't yet implemented, either; see 0000489. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-02-06 11:03 | BootBlock | New Issue | |
2020-02-06 11:03 | BootBlock | Assigned To | => BootBlock |
2020-02-06 11:14 | BootBlock | Note Added: 0000173 | |
2020-02-06 11:14 | BootBlock | Note Edited: 0000173 | |
2020-02-06 11:15 | BootBlock | Note Edited: 0000173 | |
2020-02-06 11:15 | BootBlock | Note Edited: 0000173 | |
2020-02-06 11:42 | BootBlock | Status | new => assigned |
2020-02-12 17:20 | BootBlock | Target Version | 1.34 => 1.35 |
2020-02-16 08:06 | BootBlock | Note Added: 0000210 | |
2020-02-16 08:35 | BootBlock | Note Added: 0000211 | |
2020-02-16 08:40 | BootBlock | Note Added: 0000212 | |
2020-02-16 08:41 | BootBlock | Note Edited: 0000211 | |
2020-02-16 08:41 | BootBlock | Description Updated | |
2020-02-16 10:00 | BootBlock | Note Added: 0000213 | |
2020-02-16 10:00 | BootBlock | File Added: RuleSet-ClassDiagram1.png | |
2020-02-22 08:44 | BootBlock | Note Added: 0000220 | |
2020-02-22 18:30 | BootBlock | Relationship added | related to 0000489 |
2020-02-22 18:32 | BootBlock | Note Added: 0000224 | |
2020-02-22 18:33 | BootBlock | Relationship added | related to 0000490 |
2020-02-22 18:34 | BootBlock | Note Edited: 0000224 | |
2020-02-22 18:35 | BootBlock | Fixed in Version | => 1.35 |
2020-02-22 18:35 | BootBlock | Status | assigned => closed |
2020-02-22 18:35 | BootBlock | Resolution | open => fixed |