Giter Site home page Giter Site logo

munkeyissues's People

Contributors

seandgrimes avatar waffle-iron avatar

Watchers

 avatar  avatar

munkeyissues's Issues

Setup Migrations

Need to do the following:

  • Create an initial migration that will set up the database schema
  • Create a second migration that will create the initial seed data
  • Set up the connection strings for FluentMigrator in the app.config for the migrations project

Migrate to BCrypt

We're currently using SHA512 in order to hash passwords with a salt. We really should be using a hashing algorithm that isn't built for speed and which we can configure to take longer to hash plaintext as time goes on. Right now BCrypt looks like the best option in the .NET space.

This should be pretty easy to implement, we'd need to just do the following:

  • Create a new implementation of IHashService in MunkeyIssues.Core for hashing with BCrypt
  • Update the AutoMapper configuration in MunkeyIssues.UserService to use the new implementation of IHashService configured to use a minimum of 11 hashing rounds
  • Update the UserService.Authenticate() method in MunkeyIssues.UserService with any necessary modifications needed for the new implementation of IHashService using BCrypt
  • Update the Users table in the database to store the number of hashing rounds used with BCrypt

Add ability to associate a pull request with an issue

This should happen automatically whenever an issue is mentioned as part of a pull request. Whenever the pull request is merged then the issue should be marked as closed.

Example pull request message:

This fixes [MJO #123] and does other awesome stuff as well

Set up integration tests

Most of this is straight forward, the difficult part is setting things up to where the database gets wiped and reset to a known good state after each test is ran. This can probably be accomplished by using Respawn to empty all the database tables before each test and then rerun the database migrations to repopulate any test data.

Add ability to search issues

This will take some thought, but at the very least it should be possible to search for keywords and phrases. We can take some inspiration from FogBugz, Jira, and Lighthouse to figure out just how we want this to work.

Add ability to mention people in issues and comments

Should be able to use the twitter style @name syntax to tag someone in the issue body or the comment body. The user will then receive a notification that they were mentioned in an issue or a comment.

If the user doesn't know the "handle" of the user then they should receive an autocomplete drop down list when they type "@" followed by tab.

Implement build system with FAKE

Need to be able to do at least the following:

  • Build all projects
  • Build and run all unit tests
  • Build and run all integration tests
  • Run database migrations
  • Launch all microservices for testing

Add ability to filter issues

Should be able to do at least the following:

  • Filter by status
  • Filter by category
  • Filter by creator
  • Filter by assigned to
  • Filter by open date

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.