Ticket #972 (closed planned_task: obsolete)
MEDIA_ENGINE_IMPL_MAIN_R0
Reported by: | Astea | Owned by: | nenko |
---|---|---|---|
Priority: | 3 | Milestone: | M03_PRE3 |
Component: | MEDIA_CONTENT | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | MAIN | Effort: | 1 |
Importance: | 15 | Ticket_group: | |
Estimated Number of Hours: | Add Hours to Ticket: | ||
Billable?: | Total Hours: | ||
Analysis_owners: | alex | Design_owners: | nenko, peko |
Imp._owners: | nenko, peko | Test_owners: | |
Analysis_reviewers: | kyli | Changelog: | |
Design_reviewers: | -pap,pap | Imp._reviewers: | meddle |
Test_reviewers: | Analysis_score: | 3 | |
Design_score: | 3 | Imp._score: | 3 |
Test_score: | 0 |
Description
wiki page: MEDIA_ENGINE_IMPL_MAIN_R0 - effort: 1d
Change History
comment:1 Changed 16 years ago by Tanya
- Category set to MAIN
- Design_score set to 0
- Imp._score set to 0
- Test_score set to 0
- Analysis_score set to 0
comment:3 Changed 16 years ago by alex
- Owner changed from Astea to alex
- Status changed from new to s1a_analysis_started
- Analysis_owners set to alex
comment:5 Changed 16 years ago by sriggins
- Status changed from s1a_analysis_started to s1b_analysis_finished
comment:7 Changed 16 years ago by boyan
- Status changed from s1b_analysis_finished to s1c_analysis_ok
updating status of a grouped task
comment:10 Changed 16 years ago by nenko
- Owner changed from sriggins to nenko
- Status changed from s1c_analysis_ok to s2a_design_started
comment:11 Changed 16 years ago by nenko
- Design_owners set to nenko, peko
- Status changed from s2a_design_started to s2b_design_finished
comment:12 Changed 16 years ago by pap
- Status changed from s2b_design_finished to s2c_design_ok
- Design_score changed from 0 to 3
- Design_reviewers set to pap
The design is acceptables having in mind its age.
- I think that the name of the module is bad having in mind that we will not use fobs
- It is absolutely minimalistic.
- The demo test is without a video file provided
- It is nice to mention where you will add the timer.
comment:13 Changed 16 years ago by nenko
- Status changed from s2c_design_ok to s3a_implementation_started
- Imp._owners set to nenko. peko
comment:15 Changed 16 years ago by nenko
- Status changed from s3a_implementation_started to s3b_implementation_finished
comment:16 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s1c_analysis_ok
- Design_reviewers changed from pap to -pap
The implementation at this point is impossible to be reviewed with OK status, because of the design.
Please fix the following things :
- The name of the module is wrong, we are not using fobs.
- There is an old unit test written by Alex, it is commented now, try to fix it.
- Send all the demos and tests with patches in the design.
- The design have to be more detailed.
- Provide a video for the demo tests.
- Write all the javadoc for the patches.
- Some of the names in the code are ugly (MyTimerTask for the redrawing timer task).
- Make constants all the hardcoded stuff like (1000 / 15 for the schedule of the redrawing timer task).
- When you use external from Sophie APIs (that includes the JDK) please make sure you use it the best way (The timers have schedule method that can be used without calling new Date(), and its purpose is to make this same thing - use schedule(TimerTask, delay, period) and pass the delay parameter to be 0).
comment:18 Changed 16 years ago by nenko
- Status changed from s2a_design_started to s2b_design_finished
- The name of the module part of the scope of this task... May be I will make a refactor in the next revision...
- The test is fixed and patch is attached
- I don't know what "The design have to be more detailed." means
- There's a link to a sample video
comment:19 Changed 16 years ago by pap
- Status changed from s2b_design_finished to s2c_design_ok
- Design_reviewers changed from -pap to -pap,pap
From now on this task is considered an old task that is neither good nor very bad. It is also not obsoleted by a newer version.
- The unit test was fixed a little.
- The design in the wiki actually contains mostly the designe for MEDIA_ENGINE_IMPL_COMMONS
- The design for this task is less than minimal.
- I think that the repainting of the scene has nothing to do with a particular media engine
- Please be so good to mention the most important revisions that introduced or changed the code for the JMF media engine.
comment:20 Changed 16 years ago by nenko
- Status changed from s2c_design_ok to s3a_implementation_started
comment:24 Changed 16 years ago by nenko
- Status changed from s3a_implementation_started to s3b_implementation_finished
comment:26 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Imp._score changed from 0 to 3
- Imp._reviewers set to meddle
Along with MEDIA_FRAME_CONTROLS_R0. 3p (10m)
comment:27 Changed 15 years ago by deyan
- Status changed from s3c_implementation_ok to closed
- Resolution set to obsolete
Batch update from file query-obsoleted.csv
Note: See
TracTickets for help on using
tickets.