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

Added Calendar #48

Closed
wants to merge 2 commits into from
Closed

Added Calendar #48

wants to merge 2 commits into from

Conversation

SrivathsanRam
Copy link
Contributor

No description provided.

@@ -0,0 +1 @@
[{"C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\app\\(articles)\\[article].tsx":"1","C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\app\\(articles)\\_layout.tsx":"2","C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\app\\(articles)\\articles.tsx":"3","C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\app\\(tabs)\\index.tsx":"4","C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\components\\Explore.tsx":"5"},{"size":3273,"mtime":1728358093194,"results":"6","hashOfConfig":"7"},{"size":345,"mtime":1728358093194,"results":"8","hashOfConfig":"7"},{"size":3080,"mtime":1728358093195,"results":"9","hashOfConfig":"7"},{"size":3834,"mtime":1728901922182,"results":"10","hashOfConfig":"7"},{"size":3163,"mtime":1728902118593,"results":"11","hashOfConfig":"7"},{"filePath":"12","messages":"13","suppressedMessages":"14","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"1xjq756",{"filePath":"15","messages":"16","suppressedMessages":"17","errorCount":0,"fatalErrorCount":0,"warningCount":7,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"18","messages":"19","suppressedMessages":"20","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"21","messages":"22","suppressedMessages":"23","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"24","messages":"25","suppressedMessages":"26","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\app\\(articles)\\[article].tsx",["27","28","29"],[],"C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\app\\(articles)\\_layout.tsx",["30","31","32","33","34","35","36"],[],"C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\app\\(articles)\\articles.tsx",["37","38"],[],"C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\app\\(tabs)\\index.tsx",[],[],"C:\\Users\\Srivathsan\\Desktop\\NUSH_Y8\\mental-health-app\\mental-health-sprint3.1\\mental-health-app\\components\\Explore.tsx",[],[],{"ruleId":"39","severity":1,"message":"40","line":1,"column":44,"nodeType":null,"messageId":"41","endLine":1,"endColumn":54},{"ruleId":"39","severity":1,"message":"42","line":2,"column":9,"nodeType":null,"messageId":"41","endLine":2,"endColumn":14},{"ruleId":"39","severity":1,"message":"43","line":3,"column":9,"nodeType":null,"messageId":"41","endLine":3,"endColumn":15},{"ruleId":"39","severity":1,"message":"40","line":1,"column":9,"nodeType":null,"messageId":"41","endLine":1,"endColumn":19},{"ruleId":"39","severity":1,"message":"44","line":1,"column":21,"nodeType":null,"messageId":"41","endLine":1,"endColumn":25},{"ruleId":"39","severity":1,"message":"45","line":1,"column":27,"nodeType":null,"messageId":"41","endLine":1,"endColumn":36},{"ruleId":"39","severity":1,"message":"46","line":1,"column":38,"nodeType":null,"messageId":"41","endLine":1,"endColumn":42},{"ruleId":"39","severity":1,"message":"43","line":2,"column":9,"nodeType":null,"messageId":"41","endLine":2,"endColumn":15},{"ruleId":"39","severity":1,"message":"47","line":3,"column":9,"nodeType":null,"messageId":"41","endLine":3,"endColumn":15},{"ruleId":"39","severity":1,"message":"48","line":7,"column":9,"nodeType":null,"messageId":"41","endLine":7,"endColumn":20},{"ruleId":"39","severity":1,"message":"42","line":2,"column":9,"nodeType":null,"messageId":"41","endLine":2,"endColumn":14},{"ruleId":"39","severity":1,"message":"49","line":8,"column":7,"nodeType":null,"messageId":"41","endLine":8,"endColumn":18},"@typescript-eslint/no-unused-vars","'ScrollView' is defined but never used.","unusedVar","'Image' is defined but never used.","'router' is defined but never used.","'View' is defined but never used.","'Pressable' is defined but never used.","'Text' is defined but never used.","'Colors' is defined but never used.","'colorScheme' is assigned a value but never used.","'headerTitle' is assigned a value but never used."]
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 add this ti .gitignore

@@ -0,0 +1,96 @@
import {View, Text, Pressable, StyleSheet, ScrollView} from 'react-native';
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this related to the PR? This looks like stuff from @ItsMeKimi? Concerned about merge conflict once they push their changes as well.

@@ -0,0 +1,110 @@
import {router} from 'expo-router';
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto - is this change in scope of this PR, or something @ItsMeKimi is going to submit as well?

Comment on lines +14 to +28
const articleList = [
require('../../assets/articleAssets/selfcare/mindfulpause.html'),
require('../../assets/articleAssets/selfcare/understandingsleep.html'),
require('../../assets/articleAssets/selfcare/sleepqualitychecklist.html'),
require('../../assets/articleAssets/understandingyourself/knowyourpersonalitytype.html'),
require('../../assets/articleAssets/understandingyourself/identifyandtameyouremotions.html'),
require('../../assets/articleAssets/understandingyourself/attachmentstyle.html'),
require('../../assets/articleAssets/understandingyourself/distresssigns.html'),
require('../../assets/articleAssets/understandingyourself/eustress.html'),
require('../../assets/articleAssets/aboutmentalhealth/adhd.html'),
require('../../assets/articleAssets/aboutmentalhealth/asd.html'),
require('../../assets/articleAssets/aboutmentalhealth/bipolar.html'),
require('../../assets/articleAssets/aboutmentalhealth/whatispsychotherapy.html'),
require('../../assets/articleAssets/storiesfromothers/helplines.html'),
];
Copy link
Contributor

Choose a reason for hiding this comment

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

A lot of these are missing, hence I can't build the project:

https://github.com/safsbe/mental-health-app-assets/tree/9b74e449ed81d0f277ad689c8e5a2141cf0ba0ec/articleAssets

As per-above, are these articles files in scope of this PR? If not, can we remove them?

Comment on lines +7 to +10
SelfCare: require('../assets/explore-categories/self.svg'),
UnderstandingYourself: require('../assets/explore-categories/understanding_yourself.svg'),
MentalHealth: require('../assets/explore-categories/mental_health.svg'),
StoriesFromOthers: require('../assets/explore-categories/others.svg'),
Copy link
Contributor

Choose a reason for hiding this comment

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

@achrinza
Copy link
Contributor

replaced by: #50

@achrinza achrinza closed this Oct 28, 2024
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.

2 participants