tanishq5414 / Companion

Companion App is a mobile application built using Flutter, Node.js, and Supabase. It allows students to easily organize and share digital documents among a community of people. Students can rate the quality of digital documents shared and have all their notes present under one application.
https://play.google.com/store/apps/details?id=com.lightheads.companion.app
10 stars 4 forks source link

Incorrect Folder Name: "modal" instead of "model" #14

Closed ChammounC closed 1 year ago

ChammounC commented 1 year ago

Description:

There is a typo in one of the folder names in the project. The folder was named "modal" instead of the intended "model." Also, the files inside that folder were named incorrectly as well.

Steps to Resolve:

  1. Rename the "modal" folder to "model" to align with the correct naming convention.   2. Update the names of the files inside the folder to align with the intended naming convention.   3. Update all references and imports to reflect the new folder name.

Expected Outcome:

By correcting the folder name from "modal" to "model," we will maintain consistency and clarity throughout the project. This will ensure that the folder accurately represents its purpose.

tanishq5414 commented 1 year ago

Hey @ChammounC, thank you for pointing out the issue. Please feel free to submit a PR addressing the issue.

ChammounC commented 1 year ago

@tanishq5414 Thanks for acknowledging the issue. I will start working on it and submit a PR soon.