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

Add user login / signup pages. #5

Closed
ghostwriternr opened this issue Dec 2, 2017 · 8 comments
Closed

Add user login / signup pages. #5

ghostwriternr opened this issue Dec 2, 2017 · 8 comments

Comments

@ghostwriternr
Copy link
Owner

  1. Create a component (or two) for handling login and signup. No fancy css needed for the time being.
  2. Create a floating (fixed) component in the top right corner of the dashboard (like here: https://www.uplabs.com/posts/stripe-dashboard-redesign). Just one button (doesn't even need an icon. Just something that reads 'user'). Clicking on this button should have a dropdown with 2 entries:
  • Profile
  • Sign in
@ghostwriternr
Copy link
Owner Author

The sign-up page must support the following:

  1. Have an 'ERP verification' section with 3 fields similar to https://erp.iitkgp.ernet.in/
  • Roll number
  • Password
  • Security question
    This should be followed by a 'Verify' button.
  1. Have a 'User information' section to collect the following:
    i. Name
    ii. Email id
    iii. Password (for the dashboard)
    iv. Confirm password
    Followed by a sign-up button.

The sign-in page would simply ask for 2 fields:
i. Roll number
ii. Password

@silvergame
Copy link

silvergame commented Dec 2, 2017

i would like to take this issue ,......can i ?

@ghostwriternr
Copy link
Owner Author

ghostwriternr commented Dec 2, 2017 via email

@silvergame
Copy link

hi....I'm stuck at an error ...can u look into it ?? @ghostwriternr

@twishasaraiya
Copy link
Contributor

What error are u getting ?? I would like to help

@silvergame
Copy link

I'm not able to link two components (.js files) ...the error says
"A may have only one child element"

@twishasaraiya
Copy link
Contributor

The description was not quite clear.I am assuming you have two js files each having one component and you want to link them?? Have you put import and export lines

import FirstComponent from '.js'
class SecondComponent extends React.Component{...}
export default SecondComponent

You can see as I have done here

@ghostwriternr
Copy link
Owner Author

Closing since no longer relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants