Skip to content

Smart Watch 4 JS UI design#1

Open
mahesh-11102 wants to merge 7 commits intoapplibgroup:mainfrom
mahesh-11102:main
Open

Smart Watch 4 JS UI design#1
mahesh-11102 wants to merge 7 commits intoapplibgroup:mainfrom
mahesh-11102:main

Conversation

@mahesh-11102
Copy link
Copy Markdown
Contributor

Screenshot of my work

If any changes are required Please Guide me.

Comment thread .idea/gradle.xml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

.idea folder can be removed

Comment thread entry/src/main/config.json Outdated
@@ -0,0 +1,61 @@
{
"app": {
"bundleName": "com.example.watch4.hmservice",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

bundleName - can be more appropriate, for example - com.hmos.app.watch4 etc

@@ -0,0 +1,10 @@
package com.example.watch4;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please add copyright details to all the new files

Comment thread entry/src/main/js/default/i18n/en-US.json
export default {
data: {
weather: "sun & windy",
// cloudy, windy, partly sunny, rainy, sleeting, sun & rain, sun & windy, sunny, thunderstorm & rain, thunderstorm
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

UI functionality is fine, please include the api exposing functionality where in data layer need to be segregated as per the requirement.

Comment thread .gitignore
*.iml
.gradle
/local.properties
/.idea/caches
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please remove .idea folder

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

Choose a reason for hiding this comment

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

Remove unused strings

fecthWeather : function(){
let data;
fetch.fetch({
url:'https://api.openweathermap.org/data/2.5/weather?lat=16.5062&lon=80.6480&appid=9ca3abfc02f621a4fe7696f670f04a57',
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Try to get current location and use that latitude and longitude values to fetch the weather

Copy link
Copy Markdown

@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 comments added today

@@ -0,0 +1,16 @@
package com.hmos.app.watch4;
Copy link
Copy Markdown

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 / ets files

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