-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 2.86 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "bugnet",
"version": "1.0.0",
"description": ">Project Manager/Developer: Emmanuel Ruiz <br> Developer: Aldair Garcia Angon <br> Developer: Aaron Minaya --- ## Heading ## > BugNet is an application that allows project members to share tasks and bugs that need to be completed or fixed. Users are allowed to create a post with a specific description and image of the bug so they are later allowed to be resolved by other project members. --- ## Sub-Heading ## >BugNet was designed to boost the productivity levels of project members. It also provides a learning experience for incomers to learn from experienced users. --- ## Summary ## > BugNet allows users to create a post of a task or bug they are working on and it is easily accessed. The posts can be seen by all the project members and they can lend a helping hand. They User can create an organization, add tasks, and bugs that are placed in different levels of completion. --- ## Problem ## > There are many bugs and tasks that project members run into that they need help with, but they don't know who to ask. This a problem that affects the productivity level of a company. --- ## Solution ## > With BugNet, we provide a platform where project members can post tasks and bugs they need help with. Other project members can see these posts and if they know or want to help they can quickly help the person that needs help. --- ## Key Technical Challenge ## > Sending project problems to other team members. Applying local storage. --- ## Extension Opportunities ## >We would like to add organizations to our database to allow companies to manage their teams --- ## ERD Diagram. ## >[ERD diagram.](https://drive.google.com/file/d/1d3lgJwYSnWCnFXnaHv6hVU44DdngubA7/view?usp=sharing) --- ## Wireframes ## >  --- ## Contacts ## >Project Manager/Developer: Emmanuel Ruiz <br> LinkedIn: [Emmanuel Ruiz](https://www.linkedin.com/in/emmanuel-ruiz/) <br> Github: [EmmanuelR21](https://github.com/EmmanuelR21) <br> <br> Developer: Aldair Garcia Angon <br> LinkedIn: [Aldair Garcia Angon](https://www.linkedin.com/in/aldair-garcia-angon/) <br> Github: [AGarciaNY](https://github.com/AGarciaNY) <br> <br> Developer: Aaron Minaya <br> LinkedIn: [Aaron Minaya](https://www.linkedin.com/in/aaron-minaya/) <br> Github: [aaronminaya0](https://github.com/aaronminaya0)",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmmanuelR21/BugNet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EmmanuelR21/BugNet/issues"
},
"homepage": "https://github.com/EmmanuelR21/BugNet#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"knex": "^2.3.0",
"nodemon": "^2.0.20",
"pg": "^8.8.0"
},
"keywords": []
}