Skip to content

Merging lucy and chanel friends activity#918

Open
Shzmj wants to merge 66 commits intodevfrom
merging-lucy-and-chanel-friends-activity
Open

Merging lucy and chanel friends activity#918
Shzmj wants to merge 66 commits intodevfrom
merging-lucy-and-chanel-friends-activity

Conversation

@Shzmj
Copy link
Contributor

@Shzmj Shzmj commented Nov 15, 2024

No description provided.

M7s7 and others added 30 commits September 18, 2024 17:11
…cate/delete one timetable synced, and history sync started
… when setting default timetable.

In convertClassToDTO, fixed reduce to have initial empty [] otherwise it breaks.
Sent missing mapKey from FE to BE in createNewTimetable
@Shzmj Shzmj requested a review from a team as a code owner November 15, 2024 01:00
@Body('userId') userId: string,
@Body('timetable') timetable: TimetableDto,
) {
console.log(userId + 'test ');
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's remove these logging lines

} else {
newActivityCopy[activity] = null;
}
// newActivityCopy[activity] = classData !== null ? { ...classData } : null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be here?

selectedClasses[courseCode][scrapedClassDTO.activity] =
classDataMap[courseCode].find((clz) => clz.classNo === classID) || null;
});
console.log('selected classes conversion', selectedClasses);
Copy link
Contributor

Choose a reason for hiding this comment

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

Logs...

const hasVisited = localStorage.getItem('visited');

return (
<ApolloProvider client={client}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did we lose the Apollo provider? (Not asking for it back, just something to look into...)

import { Tooltip } from '@mui/material';
import React from 'react';

const emptyProfile = 'https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png';
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a better way of providing this image - can we just bundle our own one?

@Rayahhhmed
Copy link
Contributor

Use this code as inspiration, no need to merge / fully use it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants