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

feat: New username insertion and updation #72

Merged
merged 1 commit into from
Jul 5, 2019
Merged

feat: New username insertion and updation #72

merged 1 commit into from
Jul 5, 2019

Conversation

ShivangiSingh17
Copy link
Member

Fixed #49

@yashk2000 yashk2000 changed the title New username insertion and updation feat: New username insertion and updation Jul 4, 2019
@auto-label auto-label bot added the feature label Jul 4, 2019
Copy link
Member

@yashk2000 yashk2000 left a comment

Choose a reason for hiding this comment

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

Thanks @ShivangiSingh17. Great work 😃

if (flag == 1) {
id = "REG";
} else {
id = "DON";
Copy link
Member

Choose a reason for hiding this comment

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

Instead of hardcaoded Strings please use resource files

Copy link
Member

Choose a reason for hiding this comment

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

@Chromicle I guess here is fine w/o hardcoded strings too. A variable is being assigned some values. We need not use string resources for absolutely everything.

id = "REG";
} else {
id = "DON";
}
Copy link
Member

Choose a reason for hiding this comment

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

Same as above

@immadisairaj immadisairaj merged commit 1660410 into amfoss:development Jul 5, 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.

Inserting wrong ID
4 participants