I have the sections in the below order but when I move the group of sections to position 1 row index of sections inside the group and remaining sections should update accordingly and save in the mongodb using nodejs. In request body i will be receiving the indexNumber to move the group of sections and groupName.
sections1
section 2
group1 [
section 3
section 4
]
section 5
section 6
After group1 moved to first position .
group1 [
section 1
section 2
]
sections3
section 4
section 5
section 6