Skip to content

Commit

Permalink
Changed wording and update_db.py for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman Torkzaban committed Dec 26, 2024
1 parent ff21419 commit dc06d3c
Show file tree
Hide file tree
Showing 4 changed files with 1,490 additions and 512 deletions.
2 changes: 1 addition & 1 deletion deploy/update_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def reshape_data(entity):
"activities": entity.get("activities", ""),
"history": entity.get("history", ""),
"manifest": entity.get("manifest", ""),
"coc": entity.get("coc", ""),
"codeOfConduct": entity.get("codeOfConduct", ""),
"estimation_of_members": "" if entity.get("estimation_of_members") == -1 else entity.get("estimation_of_members"),
"projects": entity.get("projects", ""),
"others1": entity.get("others1", ""),
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/GroupCardItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
export let expertise = "";
export let activities = "";
export let history = "";
export let coc = "";
export let codeOfConduct = "";
export let projects = "";
export let others1 = "";
export let others2 = "";
Expand Down
Loading

0 comments on commit dc06d3c

Please sign in to comment.