-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement contact entity #82
Comments
There could be two ways how to handle this issue. We can add users as User, like we have already and just handle if user account has privileges to log in into admin. User entity already contains the name, surname, avatar and e-mail field. So the whole works will be just adding some type of description and state (privileges). |
Those I got to implement has to have:
|
And on the front end you will call /api/user which response with all users data. And we can make /api/user/id to return just single user. |
Actually, now that I think about it... I fell like this should be separate template, not the "user" one... idk, but, there would be so much disposible information... it should be clean, no unnecessary data - it doesn't even has to have the name User, it's not like that, they are not users - it's just a page where is title, description and image, it could be anything, it could be "partners" - logos with text, it could be rooms in a hotel... how about using "gallery"? I fell it's the same concept... |
Well, we should left this issue open for future attempts of implementing this feature. |
Describe the solution you'd like
I would like to be able to create contact (person) with personal information. Also be able to edit and delete.
The text was updated successfully, but these errors were encountered: