anuragrao04 / GrowPal

GrowPal is a software that aids small businesses in apartment societies to grow their customer base.
Apache License 2.0
1 stars 1 forks source link

#6 Added sanitise function and modified transaction credit card #14

Closed g-anupam closed 12 months ago

g-anupam commented 12 months ago

Hey i have created a function to sanitise strings to remove special character. And i am trying to implement it in the transaction credit card page. Can you tell me if this is correct so that i can continue with other pages as well?

bunsamosa-bot[bot] commented 12 months ago

Thank you from Opening this Pull Request, @g-anupam ! A Maintainer will review it soon!

anuragrao04 commented 12 months ago

yep, you're on the right path! tell me when you've finished making all commits to this PR

g-anupam commented 12 months ago

Yo i have sanitised all Transactions, item and selling page as mentioned in the issue #6.I have also fixed a minor syntax error.

anuragrao04 commented 12 months ago

!bounty 40

bunsamosa-bot[bot] commented 12 months ago

Assigned 40 Bounty points to user @g-anupam !

g-anupam commented 12 months ago

hey can i apply the same function to the other sanitisation

anuragrao04 commented 12 months ago

yes but there will be small differences with respect to context of the user input

g-anupam commented 12 months ago

ok will try as much as i can