Simple web-app to distribute the work of transferring the content from the old site to the new site. We'll have a few volunteers working on this and we want to make sure that they don't cross paths (i.e. try to transfer the same post twice).
From a UI perspective I imagine a single page with a paginated list of posts ordered by recency. Each post has the following information:
- (clickable) url
- title
- Drop-down for status:
available, assigned, complete
- tags
- sections
The only basic interactivity should be that when a user selects claimed the row in the database is updated with that status.
These are just my thoughts and I'm open to suggestions and hope this is designed to be as simple as possible :)
Simple web-app to distribute the work of transferring the content from the old site to the new site. We'll have a few volunteers working on this and we want to make sure that they don't cross paths (i.e. try to transfer the same post twice).
From a UI perspective I imagine a single page with a paginated list of posts ordered by recency. Each post has the following information:
available,assigned,completeThe only basic interactivity should be that when a user selects
claimedthe row in the database is updated with that status.These are just my thoughts and I'm open to suggestions and hope this is designed to be as simple as possible :)