Skip to content

Conversation

@PallaviIyer
Copy link

No description provided.

@CLAassistant
Copy link

CLAassistant commented May 13, 2022

CLA assistant check
All committers have signed the CLA.

fetchDate: function () {
const date = new Date();
this.date_d = (String(date.getDate()))
this.date_m = (String(date.getMonth() + 1))

Choose a reason for hiding this comment

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

Please format the code. Use this shortcut Ctrl+ shift + L

Copy link

@archanaatr archanaatr left a comment

Choose a reason for hiding this comment

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

please check the comment

LICENSE Outdated
2. Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.

Choose a reason for hiding this comment

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

Licence need to be updated.

@@ -0,0 +1,23 @@
import ability_featureAbility from '@ohos.ability.featureAbility'

Choose a reason for hiding this comment

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

pls add copyright details in all new js files

console.info('Permission Granted')
}).catch((error) => {
console.error('Permission Denied')
})

Choose a reason for hiding this comment

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

[12,3,6,9_point.png] - Change the icon name to better one and dont include commas in name

@@ -0,0 +1,8 @@
{
"strings": {
"hello": "Hello",

Choose a reason for hiding this comment

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

remove the unused strings

Copy link

@archanaatr archanaatr left a comment

Choose a reason for hiding this comment

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

pls chk the comments

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.

3 participants