-
Notifications
You must be signed in to change notification settings - Fork 0
Other Features
Here is a list of some features that we have implemented in our backend, but we're not implemented in the frontend due to time constraints.
-
This feature allows the user to get a list of all planted trees in the data base that are within an area that is specified by the user. In order to specify an area, the user must input a coordinate (longitude and latitude), as well as a radial distance, in kilometers. The user will receive a list of all the trees within the circular area that is centered at the coordinate specified by the user. Once again, this list includes various tree attributes and excludes trees that have already been cut down.
-
Similar to the previous features, listing trees in a municipality allows the users to get a list of all the planted trees that are within the same municipality. The list also specifies the various attributes of the trees, such as their species, ids, date planted, height, diameter, and location. The desired municipality can be selected by the user. Likewise, trees' attributes will also appear in this list, while trees that have been cut down will not.
-
Just as listing all trees in a municipality, list trees of a certain species displays a list of all of the planted trees of the same species, as well as their ids, municipality, height, diameter, and location. The species in question is specified by the user.
-
Lastly, this feature will list all of the trees belonging to a specified resident. By specifying the tree owner that they are looking for, the user will receive a list of all trees belonging to the residents of the same name. The tree attributes also appear, however, trees that have already been cut down do not.
