DEV Community

jack Linux
jack Linux

Posted on

Is that possible to convert a WordPress to Events and membership sport club / teams management system?

My Brother asked me if I can make for him a club and event software that mange his Athlete instead of doing it manually with google forms and spreadsheets.

I am not developer. I have very basic knowledge in PHP and CSS. so I looked around for something already built up that can do what he looking for but no luck.

I wonder if I can convert WordPress to be a management system for membership and events. I will share my thoughts for what I need exactly. which i consider the basic tools my brother need for this system

  1. Make registration form with custom field and the Custom field unlock based on specific conditions

  2. Users register based on roles coaches, athlete, referee etc... and what club this user belong to

  3. After Registration users should get unique id like ID-#####. users can login with this id as alternative to email login

  4. Any Registrations should be pending before approval by admin.

  5. After approval. when the users login will auto redirect to dashboard page

  6. The Event page showing as grid view for example:- Event Page

  7. Athlete can view events and see who participate to this event. example:- Event details

  8. Athlete cannot join the events by themselves . ONLY coaches can join the event with the Athlete as a team, examples:-
    Event participation example 1
    Event Participation example 2

  9. Coaches have ability to make teams and add Athlete to it ONLY if the Athlete register under same club as the coach register (Cant add or view other coaches or Athlete from different club) for example:-
    Add new team
    Manage teams

with my very basic knowledge is it achievable to make it with plugins available and some lines of codes? or this require a very deep coding?

If it possible what plugins you guys recommend to achieves one of those requirements above?

Regards

Top comments (0)