OpenSourceFellows / amplify

Open Source Fellow Sandbox
https://amplify-app-production.herokuapp.com/
MIT License
80 stars 60 forks source link

[front-end] prepare vue components for Stripe update #521

Open DietBepis1 opened 1 year ago

DietBepis1 commented 1 year ago

Amplify has a Constituents table to store user data; however, it is currently unused. You can see in the wiki that the Constituents table should have a first_name and last_name field. To prepare the app to store constituent data, the front-end will need to be modified in a number of ways.

Todos:

lokeshkumar0001 commented 1 year ago

Hi @DietBepis1, I am a full stack developer but new to open source. Pls guide me on how can I get started with contributing to this organization

paramsiddharth commented 1 year ago

@lokeshkumar0001 Hey Lokesh, welcome to open-source and Program Equity! 😊 I would recommend you have a look at the codebase and the issue details and ask any specific questions you come across.

lokeshkumar0001 commented 1 year ago

@paramsiddharth Thanks for your help. May I know where to ask any specific questions. Do you have any slack or discord channels? or anything like that?

paramsiddharth commented 1 year ago

@paramsiddharth Thanks for your help. May I know where to ask any specific questions. Do you have any slack or discord channels? or anything like that?

@lokeshkumar0001 Sure! Here's our Slack: https://join.slack.com/t/programequity/shared_invite/zt-1p1buco3b-yUXjDaKSz3OSJfaHj88Y4g

smgraywood commented 1 year ago

Hi all! I'm going to pick this up, if that's ok with everyone! Glenn sent it to my pod leader as something that I might be able to contribute on.

christina-ml commented 1 year ago

Hey, is it ok if I join on this issue? I'd like to work on it. @DietBepis1 @paramsiddharth

christina-ml commented 1 year ago

I worked on the first todo item for the SignName component: Update the SignName component to have a first name and last name field. There is already a data validation for name that can be copied over.

Notes:

Pull request: https://github.com/ProgramEquity/amplify/pull/547