You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace hardcoded person share values with formulas in spreadsheet (#13)
- Update get_shares_spreadsheet() to generate formulas (item price / split count) instead of calculated values
- Use get_split_count() to determine how many people share each item
- Formula format: =$B{row}/{split_count} for transparent calculations
- Update test expectations to verify formulas instead of literal values
- Makes spreadsheet more transparent and editable
0 commit comments