Skip to content

Commit

Permalink
Initial content. More to come in 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kerchner committed Dec 14, 2015
1 parent 94fc52b commit 816a128
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# sfm-ui
reboot of social-feed-manager repo; watch this space

The [new] Social Feed Manager user interface application.

sfm-ui provides a Django app which:

- Allows login with app-local credentials.
- Provides UI interface to set up Collections, Seed Sets, and Seeds
- Provides Django admin views to administer Credentials, Groups, and other model entities.
- Publishes harvest.start messages for flickr SeedSets. The app schedules harvest.start messages for publication when the user updates an existing, active SeedSet.
- Includes a scheduler which uses [apscheduler](http://apscheduler.readthedocs.org) to schedule publication of harvest.start messages.
- Binds to `harvest.status.*(.*)` messages and creates a Harvest object (visible in the admin views) for each harvest status message received. The message consumer is started via the `startconsumer` management command.

0 comments on commit 816a128

Please sign in to comment.