Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

fix: Refactored the app code #115

Merged
merged 3 commits into from
Aug 16, 2019
Merged

fix: Refactored the app code #115

merged 3 commits into from
Aug 16, 2019

Conversation

athiranair2000
Copy link
Contributor

@athiranair2000 athiranair2000 commented Aug 15, 2019

Fixed #114

Changes: Refactored the app code in delete pooja/donation and formatted sentences accordingly.

@athiranair2000 athiranair2000 changed the title Refactored the app code Fix:Refactored the app code Aug 15, 2019
Copy link
Member

@ajay-prabhakar ajay-prabhakar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except that every thing looks fine for me

<string name="update">Update</string>
<string name="error_notSelected">Please select any option</string>
<string name="fetch_name">name</string>
<string name="insert_data">Insert Data</string>
<string name="nothingselected">Nothing selected</string>
<string name="custompooja">Custom Pooja</string>
<string name="amount_in_rs">Amount: Rs.</string>
<string name="amount_in_rs">Amount:Rs.</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this change, it has a particular reason for giving some spaces
find it in ReadSingleData activity

@ajay-prabhakar
Copy link
Member

ajay-prabhakar commented Aug 16, 2019

to make it semantic PR title change it to fix: Refactored the app code

@athiranair2000 athiranair2000 changed the title Fix:Refactored the app code fix:Refactored the app code Aug 16, 2019
@auto-label auto-label bot added the fix label Aug 16, 2019
@yashk2000 yashk2000 changed the title fix:Refactored the app code fix: Refactored the app code Aug 16, 2019
@@ -3,25 +3,25 @@
<string name="read">Read</string>
<string name="read_all">Read All</string>
<string name="empty">" "</string>
<string name="delete_donated">Selected To Delete Donated Money</string>
<string name="delete_pooja">Selected To Delete Registered Pooja</string>
<string name="delete_donated">Selected to delete donated money</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this Delete donated money

<string name="delete_donated">Selected To Delete Donated Money</string>
<string name="delete_pooja">Selected To Delete Registered Pooja</string>
<string name="delete_donated">Selected to delete donated money</string>
<string name="delete_pooja">Selected to delete registered Pooja</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this Delete registered pooja

<string name="selected_donate">Selected To Donate Money</string>
<string name="selected_register">Selected To Register New Pooja</string>
<string name="select_pooja_type">Select Pooja Type</string>
<string name="selected_donate">Selected to donate money</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this Donate money

<string name="selected_register">Selected To Register New Pooja</string>
<string name="select_pooja_type">Select Pooja Type</string>
<string name="selected_donate">Selected to donate money</string>
<string name="selected_register">Selected to register new pooja</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this Register new pooja

<string name="select_pooja_type">Select Pooja Type</string>
<string name="selected_donate">Selected to donate money</string>
<string name="selected_register">Selected to register new pooja</string>
<string name="select_pooja_type">Select pooja type</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this Pooja type

<string name="PAID">PAID</string>
<string name="NOT_PAID">NOT PAID</string>
<string name="valid_ID">Please enter a valid employee ID</string>
<string name="insert">Inserting your values..</string>
<string name="exception">exception</string>
<string name="UPDATE">Selected To update donated money details</string>
<string name="update_pooja">Selected To update Registered Pooja details</string>
<string name="UPDATE">Selected to update donated money details</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this Update donated money details

<string name="UPDATE">Selected To update donated money details</string>
<string name="update_pooja">Selected To update Registered Pooja details</string>
<string name="UPDATE">Selected to update donated money details</string>
<string name="update_pooja">Selected to update registered pooja details</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this Update registered pooja details

<string name="people_who_registered_for_pooja">People Who Registered For Pooja</string>
<string name="people_who_donated_money_for_temple">People Who Donated Money For Temple</string>
<string name="people_who_registered_for_pooja">People who registered for pooja</string>
<string name="people_who_donated_money_for_temple">People Who donated money for temple</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make the W in Who lower case.

<string name="update">Update</string>
<string name="error_notSelected">Please select any option</string>
<string name="fetch_name">name</string>
<string name="insert_data">Insert Data</string>
<string name="nothingselected">Nothing selected</string>
<string name="custompooja">Custom Pooja</string>
<string name="amount_in_rs">Amount: Rs.</string>
<string name="amount_in_rs">Amount: Rs.</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this change entirely. Don't delete any spaces.

Copy link
Member

@ajay-prabhakar ajay-prabhakar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@immadisairaj immadisairaj merged commit 2fa3dd7 into amfoss:development Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor the app code.
4 participants