Skip to content

Commit

Permalink
Update functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanderLaan committed Nov 11, 2024
1 parent 5a62805 commit 370848c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def read_user_data(username):

# checks all employees files based on list of employees and creates for selected week overview of work pressure of each employee
# if employee didn't fill form for selected week, it will be listed as bad_employee and shamed in dashboard
@st.cache_data(ttl=300, show_spinner="Je zorgen maken is de verkeerde kant op fantaseren")
def create_week_planning_team(week_number, employees_list):
#print(employees_list)
df_current_week = pd.DataFrame(columns=["name", "druk", "note", "color"])
Expand Down

0 comments on commit 370848c

Please sign in to comment.