sfm-ui icon indicating copy to clipboard operation
sfm-ui copied to clipboard

Social Feed Manager user interface application.

Results 113 sfm-ui issues
Sort by recently updated
recently updated
newest added

Django command creates a CSV of users and collections, useful to contacting users, etc. To test, run the following in the `sfm-docker` directory (where output.csv is the name of the...

Unit tests for v1 exporter address the `_row` method of `BaseStatusTable`. Given the modifications necessary for implementing an exporter with the `twarc_csv` library, this test is no longer useful. Tests...

technical debt

Create a branch off of [twitter_v2](https://github.com/gwu-libraries/sfm-ui/tree/twitter-v2) branch: On the Twitter v2 search seed form, remove Start time and End time. On the Twitter v2 academic search seed form, add warning...

Script exports a table of users and collections, including fields like `last_login` (for users) and `date_added` for collections. Useful for contacting users, identifying old collections, etc.

enhancement
low effort level

Docker [recommends](https://docs.docker.com/config/containers/logging/configure/) using the `local` driver, which provides compressed storage. Currently, we are using the `json-file` driver, which does not compress the logs on disk and results in pretty hefty...

enhancement
trivial effort level

User timeline collections (and possibly others?) report 1 tweet in harvest stats even when 0 tweets were collected. ![image](https://user-images.githubusercontent.com/3451175/138336489-329ffbe7-85ca-4e25-831e-1deafe52dea6.png) While this discrepancy isn't a big deal for harvest events with...

bug