User:Saheb: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
I am an undergraduate student from Dhirubhai Ambani Institute of Information and Communication Technology(DA-IICT),Gandhinagar,Gujarat,India. | I am an undergraduate student from Dhirubhai Ambani Institute of Information and Communication Technology(DA-IICT),Gandhinagar,Gujarat,India. | ||
''Present Goal | Code branch: {{srcbranchdir|saheb|}} | ||
I am currently working on the feature of Adding 'smart' default units of measurement in the PyGTK GUI({{bug|429}}). This bug comes under[ | |||
== '''Present Goal''' == | |||
I am currently working on implementing the feature of Adding 'smart' default units of measurement in the PyGTK GUI({{bug|429}}). This bug comes under [[Student_Projects#GUI improvements]]. | |||
'''Tasks''' | |||
- Understanding the working of various layers involved. | |||
- Modify the C Layer code and modify the typedesc struct to get default unit included in it. | |||
- Write a CUnit Code to test the initial modification of C layer code. | |||
- Understand the C++ wrapping and SWIG tool. | |||
- Write C++ functions to get the default unit and then pass it to the PyGTK layer. | |||
- Modify test.py to test the final feature. | |||
Revision as of 17:35, 11 March 2012
I am an undergraduate student from Dhirubhai Ambani Institute of Information and Communication Technology(DA-IICT),Gandhinagar,Gujarat,India.
Code branch: saheb:
Present Goal
I am currently working on implementing the feature of Adding 'smart' default units of measurement in the PyGTK GUI(bug 429). This bug comes under Student_Projects#GUI improvements.
Tasks
- Understanding the working of various layers involved.
- Modify the C Layer code and modify the typedesc struct to get default unit included in it.
- Write a CUnit Code to test the initial modification of C layer code.
- Understand the C++ wrapping and SWIG tool.
- Write C++ functions to get the default unit and then pass it to the PyGTK layer.
- Modify test.py to test the final feature.