From 34b93d56ad89065dd860c901efd2ecef58d8fe80 Mon Sep 17 00:00:00 2001 From: Eun Sung Wang <156254694+esw0624@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:07:41 +0000 Subject: [PATCH 01/16] testing for UI CE Minor --- app/templates/minor/profile.html | 123 ++++++++++++++++++++++++++++--- 1 file changed, 113 insertions(+), 10 deletions(-) diff --git a/app/templates/minor/profile.html b/app/templates/minor/profile.html index b727e2105..35a781b15 100644 --- a/app/templates/minor/profile.html +++ b/app/templates/minor/profile.html @@ -1,29 +1,48 @@ {%set title = "Student Minor Page"%} {% extends "base.html" %} - {% block scripts %} {{super()}} {% endblock %} - {% block styles %} {{super()}} {% endblock %} - {% block app_content %}
Approximately two hours of engagement over about ten weeks of a semester. Only two engagement activities can be credited in a single semester.
+Community Engagement Activity | +
---|
+ + + | +
Must include at least 300 hours of work over the span of 8 weeks with a public-facing organization with a focus on applied work.
+Approximately two hours of engagement over about ten weeks of a semester. Only two engagement activities can be credited in a single semester.
-Community Engagement Activity | -
---|
-
- |
-
If you would like to download the Proposal for Community-Engaged Summer Experience, click here.
Must include at least 300 hours of work over the span of 8 weeks with a public-facing organization with a focus on applied work.
-If you would like to download the Proposal for Community-Engaged Summer Experience, click here.
+If you would like to download the Proposal for Community-Engaged Summer Experience, click here.
Approximately two hours of engagement over about ten weeks of a semester. Only two engagementactivities can be credited in a single semester.
+Approximately two hours of engagement over about ten weeks of a semester. Only two engagement activities can be credited in a single semester.
Must include at least 300 hours of work over the span of 8 weeks with a public-facing organization with a focus on applied work.
@@ -96,14 +96,14 @@If you would like to download the Proposal for Community-Engaged Summer Experience, click here.
- + - - {% endblock %} +{% endblock %} \ No newline at end of file From 45ceed49c8539402ae45a8edb232ad88d7687c5e Mon Sep 17 00:00:00 2001 From: Eun Sung Wang <156254694+esw0624@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:14:18 -0400 Subject: [PATCH 05/16] Update for Mahak --- app/controllers/minor/routes.py | 30 +------- app/templates/minor/profile.html | 126 ++++++++++++++++++++++++++++++- 2 files changed, 127 insertions(+), 29 deletions(-) diff --git a/app/controllers/minor/routes.py b/app/controllers/minor/routes.py index 42e165b15..5b4dd0c53 100644 --- a/app/controllers/minor/routes.py +++ b/app/controllers/minor/routes.py @@ -22,13 +22,14 @@ def viewCceMinor(username): sustainedEngagementByTerm = getCommunityEngagementByTerm(username) selectedSummerTerm, summerExperience = getSummerExperience(username) + terms = selectSurroundingTerms(g.current_term) return render_template("minor/profile.html", user = User.get_by_id(username), sustainedEngagementByTerm = sustainedEngagementByTerm, summerExperience = summerExperience if summerExperience else "", selectedSummerTerm = selectedSummerTerm, totalSustainedEngagements = getEngagementTotal(sustainedEngagementByTerm), - summerTerms = getSummerTerms()) + summerTerms = getSummerTerms(), terms=terms) @minor_bp.route('/cceMinor/Must include at least 300 hours of work over the span of 8 weeks with a public-facing organization with a focus on applied work.
-If you would like to download the Proposal for Community-Engaged Summer Experience, click here.
-