We will need to create folders for different types of files that we need so that we don't have conflicts in the future. This will also be very important for code readability and documentation.
Solution
Refer to "Backend Folder Structure Wiki"
Create a branch off of main for restructuring.
Restructure the new branch.
Restructure local working branches according to new branch.
Merge restructuring branch.
Merge person A's working branch.
Person B pulls down main branch / resolves local conflicts
Description
We will need to create folders for different types of files that we need so that we don't have conflicts in the future. This will also be very important for code readability and documentation.
Solution
Refer to "Backend Folder Structure Wiki"
OR