Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leads section management #6

Open
4 tasks done
Roxie-32 opened this issue Apr 30, 2024 · 3 comments
Open
4 tasks done

Leads section management #6

Roxie-32 opened this issue Apr 30, 2024 · 3 comments
Assignees

Comments

@Roxie-32
Copy link
Member

Roxie-32 commented Apr 30, 2024

  • Generate invite links for leads to upload their details
  • List all leads application for admins to verify
  • An admin can approve/decline verification for leads
  • List verified leads on the website

when a user register to be a lead, we have two different process to get this done,

First scenarios;

when we have a new user applying to be a lead directly using the application form, the users will need to supply all the information on the user table, and also the one for the leads module so it can be populated. This process entails that the user entity will be populated and the details from that will be used to populate the leads table so it can complete the registration of the user.

Second scenario;

when we have a registered user; there will be a button on the front end which will state apply to be a lead. In this process we already have the user details from the frontend, all the details will be sent to the backend.

USERID will be made option in the request and when it is being sent it will be used to pull out the record of the user, after being validated to be a correct user in the application. then the lead table will be populated.

@Roxie-32 Roxie-32 converted this from a draft issue Apr 30, 2024
@willypelz willypelz removed their assignment May 1, 2024
@willypelz
Copy link
Member

@Roxie-32 we need to get this on Stefano's desk.

@snebo snebo moved this from Todo to In Progress in Inventory Backend Project May 25, 2024
@snebo snebo moved this from In Progress to Code Review in Inventory Backend Project May 25, 2024
@snebo snebo moved this from Code Review to In Progress in Inventory Backend Project May 26, 2024
@Roxie-32
Copy link
Member Author

Roxie-32 commented Jun 4, 2024

Hi @snebo , can I get updates on this task?

@snebo
Copy link
Contributor

snebo commented Jun 4, 2024

In the last pull, a lot of duplicates/unnecessary files and collections were created, and the initials provided data from users module wasn't used wasn't used. I'd have to move, remove and reimplement some things to make it usable and scalable. I am still reviewing the existing code and haven't started on this yet

@snebo snebo moved this from In Progress to Code Review in Inventory Backend Project Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants