{"id":26660126,"url":"https://github.com/astrogeekdk/forestify","last_synced_at":"2025-03-25T11:19:01.880Z","repository":{"id":193738692,"uuid":"689404121","full_name":"astrogeekdk/Forestify","owner":"astrogeekdk","description":"Protect the environment with Forest Angel - your eco-friendly companion for a sustainable future.","archived":false,"fork":false,"pushed_at":"2025-03-16T11:49:13.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T12:38:13.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astrogeekdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-09T17:39:29.000Z","updated_at":"2025-03-16T11:49:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e064e7a-a6e9-4dc0-aa80-83fb3f2e1821","html_url":"https://github.com/astrogeekdk/Forestify","commit_stats":null,"previous_names":["mathematicie/foresttracker","terrahorizons/forest_angel","terralinkindia/forest_angel","terralinktech/forest_angel","starminded/forest_angel","astraverse-app/forest_angel","perihelion-app/forest_angel","stellargaze-exosky/forest_angel","sparklingsystems/forest_angel","astrophy-geek/forest_angel","astrogeekdk/forestify","astrogeekdk/forest_angel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogeekdk%2FForestify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogeekdk%2FForestify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogeekdk%2FForestify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrogeekdk%2FForestify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrogeekdk","download_url":"https://codeload.github.com/astrogeekdk/Forestify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449657,"owners_count":20617190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-25T11:19:01.357Z","updated_at":"2025-03-25T11:19:01.864Z","avatar_url":"https://github.com/astrogeekdk.png","language":"Java","readme":"# Forest Angel 🌳🌲🌱\n## Introduction \nThis is an app dedicated to protecting the environment through a unique and innovative approach! Deforestation is occurring at an alarming rate, and illegal tree cutting continues to threaten our forests. \n\nThis app aims to track every tree that is cut or planted hence providing a clear and accurate measure of tree cover changes over time. \n\n## Description of the App 📱\nThe app uses firebase to store data at backend.\n\n-\tApp begins with a 3 page intro slider.\n-\tNext screen takes the user to simple login asking for name (not stored online, just for Hello!), and selecting Home state and district.\n-\tMain home screen has 3 bottom navigations and a “Upload” Floating action button\n\n### Home Fragment 📱\n-   Greets user by “Hello {Name}”, on top\n-   Contains 4 buttons\n-   Report Planted Trees (for Home district)\n-   Report Cut Trees (for Home district)\n-   View All Data\n-   View Your State Data\n-   Also shows the summary of data uploaded by user.\n    \n### Track Fragment (for viewing data of a specific state) 📱\n-\tShows list of all states\n \n### Dashboard Fragment 📱\n-\tShows Name, Home State and District\n-\tAll Data Uploaded By User Button -\u003e Takes to another screen and shows all data uploaded by user\n-\tHelp Button -\u003e Shows some help content\n-\tAbout Button -\u003e Shows some about\n-\tFeedback / Suggest a Feature Button -\u003e Gets some feedback from the user\n\n### Upload Floating Action Button 📱\n- Activity 1: Get State and District from user.\n- Activity 2: Buttons to report planted or cut trees. Also shows current data for the selected district. \n- Activity 3: Differs based on whether user selects to report planted or cut trees. Shows a number selector to pick a number. Then a Button to ‘Validate and Register’\n- Activity 4: To check false data reports, user has to validate by uploading an on-site image\n  -\tAdd an image proof 🖼️\n      -\tUser has to upload an image, that will be stored on firebase. ML has been implemented to check      false fake images\n  \n\n#### After validation, data is successfully uploaded. ⬆️\n\n## Firebase Data Structure: \n~~~\nforest-tracker\n|    -Feedback\n|\t-Random UUID: “{Feedback}”\n|\n|\n|    -Feature\n|\t-Random UUID: “{Suggested Feature}”\n|\n|\n|    -Trees\n|\t-Locations\n|\t    -State 1\n|\t\t-District 1\n|\t\t...\t\n|\t\t...\n|\t    -State 2\n|\t\t-District 2\n|\t\t...\n|\t\t...\n|\t    ...\n|\t    ...\n|\n~~~     \n\n### Explanation\n##### Database for locations has been maintained as shown above.\n-\tWhen someone uses Image Proof as validation, the image is uploaded to Firebase Storage under  \\images\\ by the name\n    -\t**{State}\\_{District}\\_’n’ Trees Planted_DD-MM-YYYY_HH-MM-SS_AA**\n    -\t**{State}\\_{District}\\_’n’ Trees Cut_DD-MM-YYYY_HH-MM-SS_AA**\n-\tWhen someone suggests a feature, it is stored under “Feature” under a random UUID as \n    -\t**{UUID}: “Suggested Feature”**\n-\tWhen someone writes a feedback, it is stored under “Feedback” under a random UUID as \n    -\t**{UUID}: “Feedback”**\n\n## Privacy 🔒\n- User’s privacy has been taken very seriously. You can see, instead of maintaining such a large database, location could be fetched easily using GPS, but it has not been done. \n- Similarly, the name is not uploaded anywhere. It is stored only in the phone only for greeting purposes. Same is the case with the Home state and district data.\n\n## Future Developments\n1.\tAdd more validation options and optimize the existing ones. Like, someone can still enter false Tree ID or upload any image, there is no method to check that even. Math problem is also not apt here.\n2.\tMake the App’s UI and UX more interesting.\n3.\tAdd some incentives. For instance, TreeCoins. A user would get, say, 10 TreeCoins for every tree cut/planted report. That would make it even more interesting. \nAlso, can maintain a leaderboard and give some rewards, it would make people more willing to participate.\n\n## Contribution \nAny contribution on this project will be much appreciated.\n\n### Thank You \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrogeekdk%2Fforestify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrogeekdk%2Fforestify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrogeekdk%2Fforestify/lists"}