Coder Social home page Coder Social logo

scrummate's Introduction

Getting Started with Scrum Tools

This project was initially bootstrapped with Create React App.

This is a fork from Scrum_Tool by a previous team who worked on it as part of UCSC's CSE115d course.

It is now being worked on by a new team of students as part of UCSC's CSE115b/c courses.

Documetation for the API can be found at /documentation/api_documentation.md.

Postgres

To run the backend, you should download and install the Postgres database. We used v16.2, but other versions will likely work too. For development purposes, we expect there to be a database called test and a user with username and password test who has full permissions to access this database.

We have seen issues with the Docker container for Postgres and when running the project from WSL. One workaround to this is to download Postgres directly to your system and running the project your operating system's terminal (e.g. Powershell).

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Alternatively, you can run npm start in the frontend and backend directories separately.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Node.js Cl

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Currently, there are only backend tests, located in the backend/tests directory.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

File structure

The project is separated into separate frontend and backend projects, located in the frontend/ and backend/ directories. Each directory is its own node project. They will each start their own servers. The frontend will make API calls to the backend, and the backend will host the API and respond to API calls. The root directory contains some packages used in both the frontend and backend, as well as some documentation and files for GitHub automated tests.

More information

There are READMEs in both the fronend and backend directories which contain more information about their respective projects. Please see them for more information.

Learn More About Create React App

You can learn more in the Create React App documentation, although the project has now been modified extensively from it.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

scrummate's People

Contributors

anlhu avatar tanyagyanmote avatar mialaniz avatar deancruz avatar roycewilliams510 avatar echen70 avatar arthurrfoy avatar rnadkarni1 avatar adhocmaster avatar anrivero98 avatar

Stargazers

 avatar

Watchers

 avatar

scrummate's Issues

Can see project details if can make the API calls

If you remove someone from a project but they were still signed in, they are able to continue browsing/changing the project. If they had access to the API somehow, they could load any data from any project as long as they are signed in.

Reorder return when in the same list

if source and destination are the same sprint or both are product backlog, then the return values are both wrong. New source list is missing the item, new destination list has it duplicated.

Fix sprint/backlog height

The product backlog's height must be adjusted. The thin bar does not meet sponsor standards.

Sponsor wants a min-height or a fixed height. There is a Discussion about having it match the screen's height and scrolling with the page if the sprints grow longer than it.

Possibly do this when implementing user stories?

Clean up front end

mix of const functions, HTML components, etc...

Need to clean up and style it

Update the coding standards and team agreements

Now that we know more about the languages we are working in, should we update our coding standards to include things like semicolons?

Also, are there any changes to make to the team's agreements?

Documentation for the project

Write a guide detailing our file structure and the layout of the repo, and what is in each directory.

Maybe a rough description of what each file does

For future teams and for ourselves after sprint break

Fix the frontend formatting

There are a few issues with the layout of the page:
Set the backlog to a fixed height
fix alignment issues with the backlog
fix alignment issues with the text boxes
fix alignment issues with the sanity check

Refactor frontend

There is a lot of code in the pages and a lot of components in the components directory. This should probably be organized into files before it becomes more complex.

Write API documentation

The API has grown large enough that a document listing them would be helpful for the frontend team to do their work on it.

Simplify the database

Database class should not have the methods of each repo/wrapper there

Remove them from the db, but keep the reposities as public instance variables

Whenever their methods are needed, just do like Database.getUserRepository() or something like that

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.