dschandra commited on
Commit
6a086d3
·
verified ·
1 Parent(s): ba71ebd

Create sf_mock.py

Browse files
Files changed (1) hide show
  1. sf_mock.py +8 -0
sf_mock.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # sf_mock.py
2
+ import random
3
+
4
+ def log_reflection(role, project_id, reflection):
5
+ print(f"Logged Reflection for {role} - {project_id}: {reflection}")
6
+
7
+ def get_engagement_score(role, project_id):
8
+ return round(random.uniform(60, 95), 2) # Mock score