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

CRUD de usuarios #35

Open
berroteran opened this issue Jun 6, 2020 · 0 comments
Open

CRUD de usuarios #35

berroteran opened this issue Jun 6, 2020 · 0 comments

Comments

@berroteran
Copy link
Member

berroteran commented Jun 6, 2020

Necesitamos crear el CRUD de usuarios.
CRUD: create, read, update, and delete

Clases: Usuario
Atributos,

  • iduser
  • nombre
  • email
  • password
  • salt
  • ultimologin
  • cambiarclave
  • fechaCreacion
  • estado :: booleam
  • Rol

Entidad: Rol
Atributos,
-idRol

  • nombre
  • descripcion
  • fechaCreacion
  • estado : boolean
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

1 participant