Enhancement #910
Subjects or make Orangutan remember issue id, project etc
| Status: | Open | Start: | ||
|---|---|---|---|---|
| Priority: | Minor | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Core | |||
| Target version: | 2.00 | |||
| Votes: | 0 |
Description
Many new contexts are coming... Most of them are related to issues.
Right now when we work with tasks we talk like this:
User: Working Orangutan: Ok... User: Change activity to Development Orangutan: Ok... User: Started at 15:00 Orangutan: Ok...
That is we do not refer to the task... Orangutan "remembers" current task and does not require as to specify its ID or something like this...
With issues we have completely different situation - we need to specify ID each time!.. But why not?:
User: #203 Orangutan: Issue #203... User: I like it! Orangutan: Glad you do! User: It's my main issue now Orangutan: Ok...
You see? Orangutan can remember such things...
How to implement?
I see the following solution:
$user->SetTopic('issue', $issueid);
if (!defined($issueid)) {
$issueid = $user->GetTopic('issue');
}
That is I suggest to implement "topics" - internal variables which contain the topic of discussion... Of course many context should be modified to use/save topics... Topics should have time out (SetTopic should save current time).
History
Updated by Andriy Lesyuk over 2 years ago
- Category set to Core
Updated by Andriy Lesyuk over 2 years ago
- Target version set to 2.00
Updated by Andriy Lesyuk over 2 years ago
- Subject changed from Topic or make Orangutan remember what we talk about to Subjects or make Orangutan remember issue id, project etc
Updated by Andriy Lesyuk over 2 years ago
- Tracker changed from Feature to Enhancement
