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

Web import accounts #123

Open
wants to merge 13 commits into
base: development
Choose a base branch
from
Open

Web import accounts #123

wants to merge 13 commits into from

Conversation

jordyk97
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@Jannyboy313 Jannyboy313 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Test csv bestanden moeten verwijderd worden
    • 2x Gevonden
  • Je krijgt geen error wanneer je een lege csv aanmaakt
  • Csv bestand kan lege waardes bevatten (Geen validatie)??
  • Er mist een pop up voor het verwijderen
  • Als een csv niet wilt inladen krijg ik geen error
  • Header zou niet zichtbaar moeten zijn (firstname,lastname ect)

afbeelding
"Aanmaken" Valt buiten de popup

afbeelding
afbeelding
De "role" is niet zichtbaar in de popup, wanneer ik een csv bestand maak?

@@ -54,6 +54,10 @@ export class UserDao {
return this.dao.sendPostRequest('user/register', body);
}

registerUsers(body: unknown[]) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verander die unknown naar een any of een daadwerkelijke type.

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

Successfully merging this pull request may close these issues.

2 participants