View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000391 | Twitter Delitter | Backend / Core | public | 2019-10-31 09:30 | 2020-01-27 18:31 |
Reporter | BootBlock | Assigned To | BootBlock | ||
Priority | urgent | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 1.02 | ||||
Summary | 0000391: Support the new Twitter tweets format | ||||
Description | When Twitter changed their site design, they also changed from using Tweets.csv to using a JSON format. Because of this, Twitter Delitter can no longer import tweets. Add support for importing the new format, ensuring the CSV import support remains; detect the format and run the appropriate import code. | ||||
Tags | I/O | ||||
|
Got the tweet data loaded in and parsed as a JSON object. Next up is actually extracting all of the relevant values - the most time-consuming bit by far. There's tons of data in the new Twitter format; I wonder if it's worth showing some of that info within Twitter Delitter? No real use, though. |
|
Eight fields are now being imported from all tweets, so the implementation is working correctly. Next up is importing the rest of the data, including the new fields that the revised Twitter data archive now provides. There is a lot of information available, but I'm not really sure it's worth importing or providing a viewer for unless Twitter Delitter also becomes a true tweet archive viewer in additional to its original deletion purpose? |
|
All works! It still needs to provide additional functionality on the new data that is available but importing now entirely works with the new Twitter format. Phew! |
|
All of the existing filtering options now work. Next up is adding additional options based on the newly available properties TD now has access to. |
|
A test build has been packaged up so a third party can test to see if everything works as it should. |
|
Seems to work, so that's good! I'm going to open up a new task for adding support for the new fields and features afforded by the tweet.js file. |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-10-31 09:30 | BootBlock | New Issue | |
2019-10-31 09:30 | BootBlock | Assigned To | => BootBlock |
2019-10-31 09:30 | BootBlock | Tag Attached: I/O | |
2019-10-31 09:32 | BootBlock | Status | new => confirmed |
2019-10-31 09:39 | BootBlock | Relationship added | related to 0000390 |
2019-10-31 10:56 | BootBlock | Note Added: 0000119 | |
2019-10-31 13:49 | BootBlock | Note Added: 0000120 | |
2019-11-01 09:08 | BootBlock | Note Added: 0000121 | |
2019-11-04 09:29 | BootBlock | Note Added: 0000122 | |
2019-11-04 09:30 | BootBlock | Note Edited: 0000122 | |
2019-11-04 10:04 | BootBlock | Note Added: 0000123 | |
2019-11-06 10:08 | BootBlock | Note Added: 0000124 | |
2019-11-06 10:08 | BootBlock | Status | confirmed => closed |
2019-11-06 10:08 | BootBlock | Resolution | open => fixed |
2019-11-06 10:10 | BootBlock | Relationship added | related to 0000395 |
2019-11-08 10:15 | BootBlock | Status | closed => resolved |
2020-01-27 18:31 | BootBlock | Status | resolved => closed |
2020-01-27 18:31 | BootBlock | Fixed in Version | => 1.3 |