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

Price Changes #115

Merged
merged 1 commit into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions src/data/membershipCosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ export const costs = [
notes: 'Valid till Dec 31st',
},

{
name: ' Aerospace and Electronic Systems Society(AESS))',
newCost: 465,
renewalCost: 465,
},

{
name: 'Antennas and Propagation Society (APS)',
newCost: 93,
Expand All @@ -26,31 +32,31 @@ export const costs = [

{ name: 'Circuits and Systems (CAS)', newCost: 0, renewalCost: 0 },

{ name: 'Communications Society', newCost: 47.5, renewalCost: 47.5 },
{ name: 'Communications Society(ComSoc)', newCost: 47.5, renewalCost: 47.5 },

{
name: 'Computer Society',
name: 'Computer Society(CompSoc)',
newCost: 392,
renewalCost: 392,
// discountedCost: 4,
// notes: "CS202250 (50% off)",
},

{
name: 'Power & Energy Society (PES)',
newCost: 47.5,
renewalCost: 47.5,
name: 'Microwave Theory and Technology Society(MTTS)',
newCost: 93,
renewalCost: 93,
// discountedCost: 0,
// notes: 'Free for new members!',
},

{ name: 'Robotics and Automation (RAS)', newCost: 465, renewalCost: 465 },
{ name: 'Power and Energy Society(PES)', newCost: 47.5, renewalCost: 47.5},

{ name: 'Signal Processing Society (SPS)', newCost: 47.5, renewalCost: 47.5 },
{ name: ' Robotics and Automation Society(RAS)', newCost: 465, renewalCost: 465 },

{ name: 'Sensors Council', newCost: 0, renewalCost: 0 },
{ name: 'Signal Processing Society(SPS)', newCost: 47.5, renewalCost: 47.5},

{ name: 'SIGHT', newCost: 0, renewalCost: 0 },
{ name: ' Affinity Group-SIGHT', newCost: 0, renewalCost: 0 },

{ name: 'Women in Engineering (WIE)', newCost: 0, renewalCost: 0 },
{ name: 'Affinity Group-Women in Engineering(WIE)', newCost: 0, renewalCost: 0 },
];
Loading