Giter Club home page Giter Club logo

scrumwala's People

Contributors

chrisforrence avatar grummfy avatar od3n avatar srikanth-ad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scrumwala's Issues

Adding an issue when viewing a project resulted in an exception

Integrity constraint violation: 19 NOT NULL constraint failed: issues.description (SQL: insert into "issues" ("project_id", "title", "type_id", "user_id", "sprint_id", "status_id", "updated_at", "created_at") values (1, test, 1, 1, 1, 2, 2016-08-30 17:23:24, 2016-08-30 17:23:24))

SQL Error when trying to migrate

@modestkdr I setup the application but when trying to migrate the data, I get the following error:

C:\wamp\www\scrum>php artisan migrate
Migration table created successfully.
  [Illuminate\Database\QueryException]
  SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default val
  ue for 'created_at' (SQL: create table `users` (`id` int unsigned not null
  auto_increment primary key, `name` varchar(255) not null, `email` varchar(2
  55) not null, `password` varchar(60) not null, `remember_token` varchar(100
  ) null, `created_at` timestamp default 0 not null, `updated_at` timestamp d
  efault 0 not null) default character set utf8 collate utf8_unicode_ci)

  [PDOException]
  SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default val
  ue for 'created_at'

C:\wamp\www\scrum>

Any way to fix this? I am running WAMP 3 on Windows 10 with PHP7.

priority_order missing default value when adding an issue

When I attempt to insert an issue into the database, I get the following exception:

SQLSTATE[HY000]: General error: 1364 Field 'priority_order' doesn't have a default value (SQL: insert into `issues` (`title`, `description`, `project_id`, `deadline`, `type_id`, `user_id`, `sprint_id`, `status_id`, `updated_at`, `created_at`) values (test, test, 2, 2015-04-05 23:55:55, 3, 1, 2, 2, 2015-06-11 17:10:26, 2015-06-11 17:10:26))

Error while create a new project

got error

FatalErrorException in compiled.php line 17053:
Carbon\Carbon::setLocale(): Failed opening required '/var/www/html/scrumwala/vendor/nesbot/carbon/src/Carbon/Lang/en.php' (include_path='/var/www/html/scrum/vendor/phpunit/php-text-template:/var/www/html/scrum/vendor/phpunit/php-timer:.:/usr/share/php')

how to solve this?

Items not entering into Sprint

When creating items for a sprint, they all end up in the Backlog. They do not get entered into the sprint. Nothing shows up under the sprint or the workflow.

migrate error

After the .env & database.php file edited, then use

php artisan migrate

return some error info:

Migration table created successfully.


  [Illuminate\Database\QueryException]                                                                                                   
  SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'created_at' (SQL: create table `users` (`id` int u  
  nsigned not null auto_increment primary key, `name` varchar(255) not null, `email` varchar(255) not null, `password` varchar(60) not   
  null, `remember_token` varchar(100) null, `created_at` timestamp default 0 not null, `updated_at` timestamp default 0 not null) defau  
  lt character set utf8 collate utf8_unicode_ci)                                                                                         



  [PDOException]                                                                                  
  SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'created_at'  

NotFoundHttpException in RouteCollection.php line 142:

Hi,

I have just tried a fresh install of the script but got stuck with 2 issues.

  1. it does not seems to load the UI for some reason, it can show the page but it is very basic-html

  2. after first logout I get this error each time I try and access a page:

NotFoundHttpException in RouteCollection.php line 142:

To install I did:

  1. Copy files onto server by Ftp.
  2. composer install
  3. php artisan migrate
  4. php artisan key:generate (after seing others being advised to do so).

Hope you can help me as I thinkt this project looks very promising.

Best Regards.

Remove Project

Is there anyway to remove or archive projects? Either before their deadline or after?

Cannot see the landing page or login page

Dear Team
First of all I would like to appreciate the great piece of work you have put together. I was just evaluating your system and followed your readme to download and install the web application on my local amp stack everything went fine but once i tried to browse the application i only see the blank page. Please help me out as i really want to try this app for my personal projects.

Hoping to get a response asap.

Log folder

Performed a clean install of this, however the storage/logs folder is missing. To be able to migrate this folder is required.

ErrorException in McryptEncrypter.php

Am not sure if its a fault with my conf,
ErrorException in McryptEncrypter.php line 93:
mcrypt_encrypt(): Key of size 12 not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported

Also:
Does it create default DB entries or its supposed to be blank?
/var/www/html/learn_lara_apps/scrumwala$ php artisan migrate
Migration table created successfully.
Migrated: 2014_10_12_000000_create_users_table
Migrated: 2014_10_12_100000_create_password_resets_table
Migrated: 2015_03_21_193347_created_projects_table
Migrated: 2015_03_23_002913_create_sprint_statuses_table
Migrated: 2015_03_23_002915_create_issue_types_table
Migrated: 2015_03_23_002916_create_sprints_table
Migrated: 2015_03_23_002917_create_issue_statuses_table
Migrated: 2015_03_23_002918_create_issues_table
Migrated: 2015_06_20_144945_add_sort_order_columns_issues_table
Migrated: 2016_10_17_091929_add_default_value_to_issues_description_field

Attempting to create a project with a duplicate name, slug or issue prefix shows an exception

To replicate:

Create a new project with a name, slug and issue prefix of "Test". Save. Create a new project with a name, slug and issue prefix of "Test".

To fix:

Adding validation rules to the request for unique would cause the second creation to fail validation and return back with a proper error message.

I've got some work to do today, but if I get a chance, I'll make a pull request this evening (EDT)

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.