cremich / promptz

Prompt Hub for Amazon Q Developer
MIT No Attribution
7 stars 1 forks source link

feat: my prompts view #4

Closed cremich closed 4 weeks ago

cremich commented 4 weeks ago

Description

The more prompts are created, the harder it gets for users to browse created prompts for editing. "My Prompts" provides users with a view on only those prompts they have created.

My Prompts is only visible for authenticated users. next.js middleware ensures that requests of unauthenticated users are redirected to /auth

The PromptRepository introduces first features that allows faceted search or filtering capabilities. With that, additional features like "filter by category" or "filter by sdlc phase" can be implemented at a later stage.

Related Issue

Resolves #3

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Checklist:

Before submitting your pull request, please review the following checklist:

Additional context

image image