Member Hierarchy Chart
Budget: £20 – £250 GBP
I need a Hierarchy Chart built using codeigniter 3.x latest and php that shows the attached view, when loaded
Each user account entry can have a number of users under them based on referrals but I will build on that logic. The key part I need here is just the tree chart built off the data in a mysql table which will contain the following columns as a base - parentID, childID, status, dateAdded any others as you see fit to build the table.
The attached image should be self explanatory in how it should roughly look but there are some key features it needs to have
1) As noted each parent has a child based on a referral or entry being added into SQL. that child entry can also have other children underneath it and is therefore a parent to those and so on and so fourth. however if a parent has the status of 0 then the children it has must be automatically attached to the parent above the one that is now deactivated. if that deactivated parent becomes active again to status 1 then the children fall back under as it was before.
2) The initial view at the top should show up to 10 levels deep down when the page is opened.
3) The search criteria at the top upon pressing the button and entering the ID should show the users below that ID again up to 10 levels deep
4) The logged on user should only see the actual names in the boxes below the faces of the people they have referred, they should not be able to see the details of another person's referrals.
5) There should be a definable value which dictates how many children a parent can have or be added just in case I want to limit that part
Any questions please ask but the image should give you a good idea of exactly whats required
Each user account entry can have a number of users under them based on referrals but I will build on that logic. The key part I need here is just the tree chart built off the data in a mysql table which will contain the following columns as a base - parentID, childID, status, dateAdded any others as you see fit to build the table.
The attached image should be self explanatory in how it should roughly look but there are some key features it needs to have
1) As noted each parent has a child based on a referral or entry being added into SQL. that child entry can also have other children underneath it and is therefore a parent to those and so on and so fourth. however if a parent has the status of 0 then the children it has must be automatically attached to the parent above the one that is now deactivated. if that deactivated parent becomes active again to status 1 then the children fall back under as it was before.
2) The initial view at the top should show up to 10 levels deep down when the page is opened.
3) The search criteria at the top upon pressing the button and entering the ID should show the users below that ID again up to 10 levels deep
4) The logged on user should only see the actual names in the boxes below the faces of the people they have referred, they should not be able to see the details of another person's referrals.
5) There should be a definable value which dictates how many children a parent can have or be added just in case I want to limit that part
Any questions please ask but the image should give you a good idea of exactly whats required