Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Campus Events Notification Pilot #1954 #1962

Merged
merged 26 commits into from
Dec 5, 2023
Merged

Conversation

Jackyijun
Copy link
Contributor

Summary

Applying FreeFood Notification format (I'm Going checkbox, number of students going) to Innovation Events notification.

Changelog

  1. [General] [Add] - Add a function needIAmGoingFeature in notifications_list_view to decide whether input event should use I'm Going feature

  2. [General] [Change] - Refactor file name and class name in ui/notifications from freeFoodNotification to iAmGoingNotification

Test Plan

Open the App, navigate to notification page
Check whether the I'm Going checkbox is applied to both Innovation Events and FreeFood

@@ -33,7 +33,7 @@ class FreeFoodDataProvider extends ChangeNotifier {
String? _error;

///MODELS
FreeFoodModel? _freeFoodModel;
IAmGoingModel? _freeFoodModel;
late MessagesDataProvider _messageDataProvider;

///SERVICES
Copy link
Contributor

@c3bryant c3bryant Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkiyohar @Jackkkkkkdzk parseMessages requires an update:

if (m!.audience != null &&
m.audience!.topics != null &&
  (m.audience!.topics!.contains("freeFood") || m.audience!.topics!.contains("campusInnovationEvents"))
)

@c3bryant c3bryant changed the title I'm Going feature for InnovationEvents Campus Events Notification Pilot #1954 Dec 5, 2023
@c3bryant c3bryant merged commit 82a0909 into experimental Dec 5, 2023
2 checks passed
@c3bryant c3bryant mentioned this pull request Feb 6, 2024
14 tasks
c3bryant added a commit to c3bryant/campus-mobile that referenced this pull request Mar 5, 2024
This reverts commit 82a0909, reversing
changes made to add4de5.
@c3bryant
Copy link
Contributor

This PR failed UAT after merge and was never deployed. Reverting and sending to the backlog for re-evaluation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

3 participants