Skip to content

Rename AdminAuthorIssueTriggerDecorator to AdminAuthorPermissionDecorator - #282

Open
konard wants to merge 3 commits into
mainfrom
issue-151-0297f820
Open

Rename AdminAuthorIssueTriggerDecorator to AdminAuthorPermissionDecorator#282
konard wants to merge 3 commits into
mainfrom
issue-151-0297f820

Conversation

@konard

@konard konard commented Sep 12, 2025

Copy link
Copy Markdown
Member

Summary

  • Renamed AdminAuthorIssueTriggerDecorator class to AdminAuthorPermissionDecorator
  • Updated all references in Program.cs to use the new class name

Changes

  • AdminAuthorTriggerDecorator.cs: Updated class name and constructor
  • Program.cs: Updated instantiations to use new class name

The new name is more concise and accurately reflects the decorator's purpose of checking admin permissions.

🤖 Generated with Claude Code


Resolves #151

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #151
@konard konard self-assigned this Sep 12, 2025
…ator

Updated class name and all references in the codebase to use the more concise and appropriate name AdminAuthorPermissionDecorator instead of AdminAuthorIssueTriggerDecorator.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@konard konard changed the title [WIP] Rename to Rename AdminAuthorIssueTriggerDecorator to AdminAuthorPermissionDecorator Sep 12, 2025
@konard
konard marked this pull request as ready for review September 12, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename AdminAuthorIssueTriggerDecorator to AdminAuthorPermissionDecorator

1 participant