Page 1 of 1

OGContacts: Contactmanagement

Posted: Tue Mar 21, 2023 7:37 am
by CrazyBread
I'm currently working on a project where I need the functionality to manage contacts and their information at one place, group them by a category and place the information in a card on pages.

And because I could not find any plugin with this topic I decided to make it by myself and share it with the community:

https://github.com/HarleyDavidson86/OGContacts

Functions so far::
  • Manage categories
  • Mange information fields
  • Manage contacts
  • Place contact on page with shortcut code
  • Customize card layout
On my todo - list:
  • Sort list in admin panel
  • Show all contacts of a certain category on page
I am happy to receive some feedback!

Re: OGContacts: Contactmanagement

Posted: Tue Mar 21, 2023 9:33 am
by tiloschroeder
Nice plugin. Clear, well structured and intuitive to use.

But additional fields are not show up in the frontend yet (todo).

Re: OGContacts: Contactmanagement

Posted: Tue Mar 21, 2023 9:44 am
by CrazyBread
Thank you. :)
Yes, additional fields are not dynamically added yet.

Re: OGContacts: Contactmanagement

Posted: Tue Mar 21, 2023 10:40 am
by tiloschroeder
Suggestion for the phone number field in the back-end: multiple user inputs leads to multiple formats. ;-)
With https://nosir.github.io/cleave.js/ you can easily specify a specific format for phone numbers, among other things (works for landline and mobile phone numbers).

Re: OGContacts: Contactmanagement

Posted: Wed Mar 22, 2023 7:39 am
by CrazyBread
Short update:
  • Fields are now dynamically placed in the contactcard
  • Implemented a list for a certain category of contacts
  • Custom templates for list views
For more informations, have a look at the readme.md in the repository