GithubHelp home page GithubHelp logo

quanalogy / cloudscrum Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 248 KB

This is a repo for structuring scrum online, with burndown charts etc

License: GNU General Public License v3.0

JavaScript 15.35% HTML 10.12% TypeScript 73.89% CSS 0.64%

cloudscrum's People

Contributors

mgsdk avatar quanalogy avatar

Watchers

 avatar  avatar  avatar

cloudscrum's Issues

Filenames

How do we want files to be named? For instance the tests of the user model and user controller. Is it worth it to have extremely long names such as controller.user.patch.ts?

Backend doesn't store changed password

Seems like the patch request of password change is accepted, all the way, but it does not store the new password. (and yes it does fulfill the regex for create pw)

Refactor testing

Currently, some of the testing is done multiple times in different aspects. For instance, both in the end to end testing and in the individual unit tests. To speed up the entire test suite, we wish to reduce this.

  • Scrap old testing
  • Create unit tests for the models
  • Create unit tests for the controllers, with mock models
  • Create end to end tests, with mock controllers

This is a bottom up testing approach, but with mock objects to speed up the testing process. Especially the bcrypt and database handling are costly and can be avoided in this manner.

Work will be done on the RefactorTesting branch.

Testing

Create tests for reading a single and multiple users, and implement them both for end to end and the controller part. Implement the route.

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.