Skip to content

Add Flo Period Tracker app#1066

Open
harimwoo wants to merge 4 commits into
flipperdevices:mainfrom
harimwoo:flo_tracker_1.0
Open

Add Flo Period Tracker app#1066
harimwoo wants to merge 4 commits into
flipperdevices:mainfrom
harimwoo:flo_tracker_1.0

Conversation

@harimwoo

@harimwoo harimwoo commented May 27, 2026

Copy link
Copy Markdown

Application Submission

  • Flo Period Tracker — a menstrual cycle tracking app for Flipper Zero.
    • Status screen showing current cycle day, days until next period, and fertile window
    • Monthly calendar view with logged period days highlighted and predicted periods/fertile windows shown
    • Period logging with date and duration input via D-pad
    • Weighted average cycle length calculation that prioritizes recent cycles
    • Cycle variability tracking with irregularity warnings (standard deviation)
    • Multi-cycle lookahead predictions (up to 3 cycles ahead)
    • Configurable cycle length (20–45 days) and period duration (1–14 days)
    • Persistent storage to SD card

Extra Requirements

  • N/A

Author Checklist (Fill this out)

  • [X ] I've read the contribution guidelines and my PR follows them
  • [X ] I own the code I'm submitting or have code owner's permission to submit it
  • [X ] I have performed a self-review of my own code
  • [X ] I have commented my code, particularly in hard-to-understand areas
  • [ X] I have validated the manifest file(s) with python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zip

AI usage disclosure (Fill this out):

  • [X ] Partially AI assisted (clarify below which code was AI assisted and briefly explain what it does).

  • Fully AI generated (explain what all the generated code does in moderate detail).

  • AI was used for code review and refactoring. Specifically:

    • AI reviewed the initial codebase and identified bugs (broken save/cancel button handler, calendar off-screen rendering, duplicate period entries)
    • AI refactored the prediction model from a simple arithmetic mean to a weighted average that prioritizes recent cycles, and added standard deviation tracking for cycle variability
    • AI added helper functions for calendar predictions (flo_is_in_period, flo_is_predicted_period, flo_is_in_fertile_window) and multi-cycle lookahead
    • All code was reviewed and tested by the author

Reviewer Checklist (Don't fill this out!)

  • Bundle is valid
  • There are no obvious issues with the source code
  • I've ran this application and verified its functionality

harimwoo added 3 commits May 27, 2026 14:27
Updated commit SHA and added metadata for description, changelog, and screenshots.

@xMasterX xMasterX left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, SAVE and CANCEL buttons in Log Period menu options are outside of the screen , being cut in half, other parts of app seems to be fine, if possible move other elements on that screen to fit those buttons, or use smaller font size for them

Also screenshots needs to be taken via qFlipper, current one is using wrong resolution and color scheme

After applying fix update commit sha here in manifest and tag me when its ready

@xMasterX xMasterX added the fixes needed Unresolved issues with the app requiring maintainer's attention label Jun 8, 2026
@xMasterX xMasterX changed the title Add manifest.yml for source code tracking Add Flo Period Tracker app Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app (new) fixes needed Unresolved issues with the app requiring maintainer's attention

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants