ProgressLine.qml

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED

RESOLVED

Please rename the file to MTreatmentEndResponse

Please rename the file to MTreatmentEndResponse

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

In general please try to use less components. Components should be more general and not specific to a screen. If that is the case think of it as a big(which I call it compound) component and put it...

In general please try to use less components.
Components should be more general and not specific to a screen.
If that is the case think of it as a big(which I call it compound) component and put it in the compounds folder(which I recently created).
Please note that either way we still should create less components/compounds.

RESOLVED http://dvm-linux02:8080/browse/DEN-5642

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

I've noted this and will make sure to resolve it later http://dvm-linux02:8080/browse/DEN-5642

I've noted this and will make sure to resolve it later

http://dvm-linux02:8080/browse/DEN-5642

The reason this has been added is somewhat complicated to explain. But one of the reasons is so the next time we enter pre-treatment the top page is the create treatment page and not the treatment ...

The reason this has been added is somewhat complicated to explain. But one of the reasons is so the next time we enter pre-treatment the top page is the create treatment page and not the treatment begin page. I've made a note to follow up on this

Okay thank you. I've made a list and will make sure they are resolved later

Okay thank you. I've made a list and will make sure they are resolved later

I've noted this and will make sure to resolve it later

I've noted this and will make sure to resolve it later

I've noted this and will make sure to resolve it later

I've noted this and will make sure to resolve it later

I've noted this and will make sure to resolve it later

I've noted this and will make sure to resolve it later

Done

Done

Done

Done

Done

Done

I put some comments as notes which don't require to be fixed in this code review but it is expected to be noted and resolved in later on going stories. So please take notes and consider applying th...

I put some comments as notes which don't require to be fixed in this code review but it is expected to be noted and resolved in later on going stories.
So please take notes and consider applying them to any recent story/task.

Later please use Treatment first and then the command. Like ID_TreatmentEnd, ID_TreatmentStart, ...

Later please use Treatment first and then the command.
Like ID_TreatmentEnd, ID_TreatmentStart, ...

This is part of a merge conflict resolution. Please correct it.

This is part of a merge conflict resolution.
Please correct it.

Be careful of using this. When you push and pop in order it's fine but when pop to an item randomly it's not safe. If the object is not currently in the stack you may get an error and I don't know ...

Be careful of using this.
When you push and pop in order it's fine but when pop to an item randomly it's not safe.
If the object is not currently in the stack you may get an error and I don't know what is going to happen to the Application !!!
preferably don't use this, it's a stack and has to be pushed and popped in order.