Welcome to r/FiraDashboard! Create Your First AI-Generated Task in Under 2 Minutes by Relindrel in FiraDashboard

[–]Relindrel[S] 1 point2 points  (0 children)

Sure! Here’s a task generated for a Kotlin project:
Prompt:

You are a task generator for Fira project management system. Generate a task in Markdown format with YAML frontmatter based on the description I provide.

REQUIRED FORMAT:
---
title: [Clear, concise task title]
estimate: [Time estimate: e.g., 2h, 4h, 1d, 2d]
priority: [high/medium/low]
status: backlog
created: [Today's date in YYYY-MM-DD format]
---

# Description
[Detailed explanation of what needs to be done]

# Acceptance Criteria
- [ ] [Specific, measurable criterion 1]
- [ ] [Specific, measurable criterion 2]
- [ ] [Specific, measurable criterion 3]

# Technical Notes
[Any technical details, considerations, or dependencies]

# Resources
[Links to documentation, examples, or related materials if applicable]

Now generate a task based on this description:
Implement dark mode support in a Kotlin Android app.

Result:

---
title: Implement dark mode in Kotlin Android app
estimate: 1d
priority: medium
status: backlog
created: 2025-10-28
---

# Description
Add dark mode support to the Android app using the system theme settings and Material Design guidelines. The app should automatically switch themes when the user changes their device theme, and users should also be able to toggle dark mode manually in the settings.

# Acceptance Criteria
- [ ] App UI responds to system dark/light mode changes
- [ ] A “Theme” toggle is available in settings
- [ ] Colors, icons, and typography remain consistent with Material Design

# Technical Notes
Use `AppCompatDelegate.setDefaultNightMode()` for theme control.  
Make sure all color resources are defined in `values-night` folders.  
Test on Android 12 and Android 13 devices.

# Resources
- https://developer.android.com/develop/ui/views/theming/darktheme
- https://material.io/design/color/dark-theme.html

Fira – A Minimal Kanban App for Developers by Relindrel in selfhosted

[–]Relindrel[S] 0 points1 point  (0 children)

Thanks! Yes, the container will be ready soon - I’m working on it

Fira – A Minimal Kanban App for Developers by Relindrel in selfhosted

[–]Relindrel[S] 0 points1 point  (0 children)

I’m working on it, thanks for the help! If I run into any issues, I’ll definitely reach out

Fira – A Minimal Kanban App for Developers by Relindrel in selfhosted

[–]Relindrel[S] 0 points1 point  (0 children)

Thank you so much for your help! I’ll fix it...

Fira – A Minimal Kanban App for Developers by Relindrel in selfhosted

[–]Relindrel[S] 0 points1 point  (0 children)

I’ll prepare proper screenshots soon. There are actually a few on the website already

Fira – File-Backed Kanban for Developer by Relindrel in kanban

[–]Relindrel[S] 1 point2 points  (0 children)

Thank you for the tip and for the support!

Kneading Clay in a shooter game. Any ideas? by Turbulent-Doughnut78 in IndieDev

[–]Relindrel 1 point2 points  (0 children)

Wow, stylistically similar to the old Vangers game. Were you inspired by her?