Skip to content

Commit

Permalink
Merge pull request #1 from uajanth/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
ajanth-u authored Sep 18, 2022
2 parents dbf6256 + 21cbd49 commit ffd015f
Show file tree
Hide file tree
Showing 51 changed files with 4,101 additions and 242 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# voyage-tasks
# Chingu Collaborate

Your project's `readme` is as important to success as your code. For
this reason you should put as much care into its creation and maintenance
as you would any other component of the application.
This project aims to streamline and address some of the main issues associated with the primary offering of Chingu, known as Voyages.

If you are unsure of what should go into the `readme` let this article,
written by an experienced Chingu, be your starting point -
[Keys to a well written README](https://tinyurl.com/yk3wubft).
Firstly, with self-taught developers emerging daily, we wanted to create a platform where Chingus don't have to wait for the next available voyage that may sometimes be months away.

And before we go there's "one more thing"! Once you decide what to include
in your `readme` feel free to replace the text we've provided here.
Secondly, while Chingus may initially be able to commit to a Voyage there may be commitments along the way that lead them to abandoning Voyages before completion. Unfortunately, this can directly impact other Chingus and their experience with Voyages too. For example, teams can quickly go from having 5 members assigned to their voyage, to 2 members. The main problem here is that with 2 members in a voyage, Chingus aren't able to develop their collaborative learning skills that they intended to develop through their Voyage.

For these reasons, we decided to create a platform to help Chingus. Using Chingu Collaborate, Chingus will be able to collborate with other decicated Chingus in the event they miss the deadline to join a Voyage or the next Voyage is months away. Additionally, Voyage teams can leverage Chingu Collaborate to gain help with their Voyages.

> Own it & Make it your Own!
202 changes: 201 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@reduxjs/toolkit": "^1.8.4",
"chakra-react-select": "^4.1.5",
"framer-motion": "^7.2.0",
"luxon": "^3.0.3",
"mongodb": "^4.8.1",
"mongoose": "^6.5.2",
"next": "12.2.5",
"next-auth": "^4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0"
"react-icons": "^4.4.0",
"react-select": "^5.4.0",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.22.0",
Expand Down
7 changes: 0 additions & 7 deletions pages/_app.js

This file was deleted.

5 changes: 0 additions & 5 deletions pages/api/hello.js

This file was deleted.

Loading

0 comments on commit ffd015f

Please sign in to comment.