Skip to content

Commit

Permalink
faff: Remove more invalid TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
beverloo committed Jan 4, 2025
1 parent 5736a74 commit b9abae3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions app/admin/components/FormGridSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ export function FormGridSection(props: React.PropsWithChildren<FormGridSectionPr

}, [ defaultValues, timezone ]);

// TODO: Do we need to preprocess `defaultValues` to translate ZonedDateTime-compatible formats
// to ones that can be used by DayJS?

const form = useForm({ defaultValues: processedDefaultValues });
const router = useRouter();

Expand Down
2 changes: 0 additions & 2 deletions app/admin/system/feedback/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export default async function FeedbackPage() {
permission: 'system.feedback',
});

// TODO: Consider allowing a response to be composed automagically.

return (
<Section title="Feedback">
<SectionIntroduction>
Expand Down
2 changes: 0 additions & 2 deletions app/api/ai/prompts/Prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ export interface PromptResult<Context, Params> {
* The `Prompt` class is the base class for each of the prompts supported by the AnimeCon Volunteer
* Manager. Prompts use a "system instruction" to define personality and what has to happen, and
* then a list of items that should be conveyed in a message.
*
* @todo Support multiple personalities.
*/
export abstract class Prompt<Context extends PromptContext, Params extends PromptParams> {
#db: typeof db;
Expand Down

0 comments on commit b9abae3

Please sign in to comment.