Skip to content

Commit

Permalink
Update strategy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna authored Sep 3, 2024
1 parent 9f1e585 commit 03ccde4
Showing 1 changed file with 42 additions and 29 deletions.
71 changes: 42 additions & 29 deletions docs/extensions/strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,55 @@ an appropriate strategy to use.

### VEvent Strategies

| Strategy | Participants | Transparency | Recurring | Precision | Classification |
|-------------|--------------|--------------|-----------|-----------|----------------|
| Meeting | 2+ | Opaque | Optional | Time | Private |
| Appointment | 1 | Opaque | Optional | Time | Confidential |
| Anniversary | 1 | Transparent | Annually | Date | Public |
| Observance | 1 | Transparent | Mandatory | Time | Public |
| Strategy | Participants | Transparency | Recurring | Precision | Classification | Links |
|-------------|--------------|--------------|-----------|-----------|----------------|--------|
| Meeting | 2+ | Opaque | Optional | Time | Private | Agenda, Location |
| Appointment | 1 | Opaque | Optional | Time | Confidential | Location |
| Anniversary | 1 | Transparent | Annually | Date | Public | Individual |
| Observance | 1 | Transparent | Required | Time | Public | Location |
| Conference | 1+ | Transparent | No | Date | Public | Organization, Location |
| Performance | 1+ | Opaque | Optional | Time | Public | Agenda, Individual+, Organization, Location |
| Seminar | 1+ | Opaque | Optional | Time | Public | Agenda, Individual+, Organization, Location |

### VToDo Strategies

| Strategy | Participants | Transparency | Recurring | Precision | Classification |
|-----------|--------------|--------------|-----------|-----------|----------------|
| Task | 1+ | Opaque | Optional | Time | Private |
| Action | 1 | Transparent | Optional | Date | Private |
| Agenda | 1+ | Transparent | Optional | Time | Private |
| Issue | 1+ | Transparent | No | Date | Public |
| Milestone | 1+ | Transparent | Optional | Date | Public |
| Request | 1 | Transparent | No | Time | Public |
| Approval | 1 | Transparent | No | Time | Public |
| Strategy | Participants | Transparency | Recurring | Precision | Classification | Links |
|-----------|--------------|--------------|-----------|-----------|----------------|--------|
| Task | 1+ | Opaque | Optional | Time | Private | Location, Milestone |
| Action | 1 | Transparent | Optional | Date | Private | Meeting |
| Agenda | 1+ | Transparent | Optional | Time | Private ||
| Issue | 1+ | Transparent | No | Date | Public ||
| Milestone | 1+ | Transparent | Optional | Date | Public ||
| Request | 1 | Transparent | No | Time | Public ||
| Approval | 1 | Transparent | No | Time | Public | Request |

### VJournal Strategies

| Strategy | Participants | Transparency | Recurring | Precision | Classification |
|------------|--------------|--------------|-----------|-----------|----------------|
| Note | 1+ | Transparent | No | Time | Private |
| Attendance | 1+ | Transparent | No | Time | Public |
| Decision | 1+ | Transparent | No | Date | Public |
| Risk | 1+ | Transparent | No | Time | Public |
| Objective | 1+ | Transparent | Optional | Time | Public |
| Timesheet | 1 | Transparent | Mandatory | Time | Public |
| Strategy | Participants | Transparency | Recurring | Precision | Classification | Links |
|------------|--------------|--------------|-----------|-----------|----------------|--------|
| Note | 1+ | Transparent | No | Time | Private ||
| Attendance | 1+ | Transparent | No | Time | Public | Meeting |
| Decision | 1+ | Transparent | No | Date | Public ||
| Risk | 1+ | Transparent | No | Time | Public | Objective |
| Objective | 1+ | Transparent | Optional | Time | Public ||
| Timesheet | 1 | Transparent | Required | Time | Public | Task |


### VAvailability Strategies

| Strategy | Participants | Priority | Recurring | Location | Classification | Links |
|------------|--------------|--------------|-----------|-----------|----------------|--------|
| Office Hours | 1 | Default | Required | Optional | Public | Location |
| Out of Office | 1 | High | No | No | Public ||
| Offer | 0 | Default | No | Optional | Public | Location|


### vCard Strategies

| Strategy | Structured Name | Members | Geographic Position | Delivery Address | Language |
|--------------|-----------------|---------|---------------------|------------------|----------|
| Individual | Yes | No | No | Optional | Optional |
| Organization | No | No | Yes | Optional | No |
| Team | No | Yes | Optional | Optional | Optional |
| Location | No | No | Yes | No | No |
| Strategy | Structured Name | Members | Geographic Position | Delivery Address | Language | Links |
|--------------|-----------------|---------|---------------------|------------------|----------|--------|
| Individual | Yes | No | No | Optional | Optional | Organization |
| Organization | No | No | Yes | Optional | No | Location |
| Team | No | Yes | Optional | Optional | Optional | Individual, Location |
| Location | No | No | Yes | No | No ||

0 comments on commit 03ccde4

Please sign in to comment.