Updated project plan

This commit is contained in:
Jonathan Thomas
2012-08-16 01:27:25 -05:00
parent 7cb17bdb5f
commit ef2435eaea

View File

@@ -117,12 +117,12 @@ task lib "OpenShot Library" {
task writer_file_or_mem "Build support for file-based or memory-based streams" {
effort 1d
allocate jonathan
complete 0
complete 100
}
task writer_build "Implement the writer classes and get it all working" {
effort 7d
allocate jonathan
complete 0
complete 100
}
task writer_unit_tests "Create unit tests for all public Writer methods" {
effort 2d
@@ -138,12 +138,12 @@ task lib "OpenShot Library" {
task stream_file_based "Deliver file-based WebM (VP8) video to browser (with Django)" {
effort 2d
allocate jonathan
complete 0
complete 100
}
task stream_mem_based "Deliver memory-based WebM (VP8) video to browser (with Django)" {
effort 2d
allocate jonathan
complete 0
complete 100
}
task stream_upload "Create form to upload video (with Django)" {
@@ -151,7 +151,7 @@ task lib "OpenShot Library" {
task stream_upload_encode "Upload & encode video as WebM (with libopenshot)" {
effort 2d
allocate jonathan
complete 0
complete 100
}
task stream_upload_thumbnail "Update thumbnail image every few seconds (during encode)" {
effort 2d
@@ -165,12 +165,12 @@ task lib "OpenShot Library" {
task stream_options_in_out "Trim: IN & OUT" {
effort 1d
allocate jonathan
complete 0
complete 100
}
task stream_options_effects "Effects: Blur & Grayscale" {
effort 1d
allocate jonathan
complete 0
complete 100
}
task stream_options_watermark "Watermark image (with gravity)" {
effort 1d