ghostwriternr / dashboard

Repository for MetaKGP's dashboard v2
https://beta.mykgp.com/
GNU General Public License v3.0
8 stars 5 forks source link

Add user login / signup pages. #5

Closed ghostwriternr closed 6 years ago

ghostwriternr commented 6 years ago
  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 commented 6 years ago

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.
  2. 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 commented 6 years ago

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

ghostwriternr commented 6 years ago

Sure. You don't need to ask my permission.

On Sun, 3 Dec 2017 at 12:25 AM, Vrinda Gupta notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ghostwriternr/dashboard/issues/5#issuecomment-348712193, or mute the thread https://github.com/notifications/unsubscribe-auth/AJjyvyle7WePNT2ZfJr455GoqOcEk_Ueks5s8Z0JgaJpZM4QzTjA .

silvergame commented 6 years ago

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

twishasaraiya commented 6 years ago

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

silvergame commented 6 years ago

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

twishasaraiya commented 6 years ago

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 commented 6 years ago

Closing since no longer relevant.