I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Enhancement #1601

Configuring contexts weights

Added by Andriy Lesyuk about 13 years ago. Updated about 13 years ago.

Status:
Incomplete
Priority:
Normal
Assignee:
Category:
Core
Target version:
Start date:
02 Feb 2011
Due date:
02 Feb 2011
% Done:

0%


Description

This was a part of #1081 but I figured out that current configuration file format is too limited.

With current format such could be done with:

contexts.request_weight  = Issue:10
contexts.response_weight = Issue:10
contexts.filter_weight   = Issue:10

This is odd!..

There should be an easier way to change weight like:

Context Issue {
  Weight 10
}
Context Task {
  Weight {
    Response 10
  }
}

Changing weight maybe needed to change the priority of contexts. This way Orangutan will became more flexible.


Related issues

Related to Orangutan - Enhancement #1081: Disabling contexts + maybe changing weight from config file Closed 01 Nov 2010 01 Feb 2011
Related to Orangutan - Improvement #1089: Migrate to contexts dependencies/relations from weights Open 03 Nov 2010
Follows Orangutan - Enhancement #1600: Change configuration file format Open 01 Feb 2011

History

#1 Updated by Andriy Lesyuk about 13 years ago

  • Category changed from Configuration to Core

#2 Updated by Andriy Lesyuk about 13 years ago

  • Target version set to 2.00

#3 Updated by Andriy Lesyuk about 13 years ago

  • Tracker changed from Feature to Enhancement
  • Status changed from Open to Incomplete

I’m going to migrate to dependency based sorting (see #1089)...

Also available in: Atom PDF

Terms of use | Privacy policy