Welcome to our github repository. We are 11th group of CMPE451 Fundamentals of Software Engineering course. We will work on a software project as a team throughout this term.
The feature of creating path is implemented. In this branch, various classes are created and some of the classes are updated. The changes are given as following:
The navigation button on the bottom bar is connected with create path page ( bottom_navigation_page.dart).
Create Path file is implemented. File takes necessary arguments to create a path and sends the information to the backend to create that specific path. (create_path.dart).
New Http services are added to the file as "Create Path","Search Topic" and "Search User" (http_services.dart).
Tag file is updated for sync with backend (tag.dart).
Now A path can be created with a Photo and user can add as many topics and milestones as possible.
The feature of creating path is implemented. In this branch, various classes are created and some of the classes are updated. The changes are given as following:
Now A path can be created with a Photo and user can add as many topics and milestones as possible.