Skip to content

Code cleanup: Summary Fragment

Waseh Asad requested to merge issue_470_Summary_Fragement_Code_clean_up into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_470_Summary_Fragement_Code_clean_up

Related Issues

(List any related issues here or any issues this closes here.)

Description

code clean up within the summary fragment due to it being very stable and remains unchanged. some lines of code are unused and comments are made in a dev unfriendly way will re-comment the comments and reomve unused code.

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

1.SummaryFragment.Java

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

binding.grf3Dietary.setText(dietary.toString());
                        binding.grf3Snap.setText(snap);
                        binding.grf3OtherProgs.setText(otherProg);
                        binding.grf3StatusEmployment.setText(employment.toString());
                        binding.grf3StatusHealth.setText(health.toString());
                        binding.grf3StatusHousing.setText(housing.toString());
                        binding.grf3Income.setText(income);
//REMOVING TO STRING METHOD CALL DUE TO IT ALREAYD BEING A STRING
//REMOVED UNSUED METHODS
//ADDED DETAILED COMMENTS FOR IMPORTANT LINES

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • Note 1
  • Note 2
  • Note 3
Edited by Waseh Asad

Merge request reports