fossasia / susi_android

SUSI.AI Android App https://play.google.com/apps/testing/ai.susi
Apache License 2.0
2.42k stars 1.11k forks source link

Add "About Section" #898

Closed chiragw15 closed 7 years ago

chiragw15 commented 7 years ago

Add a about section section adding following information.

  1. About SUSI
  2. Adding github link of this repo for reporting bug.
  3. Add link to skill cms (http://skills.susi.ai/) for editing and creating skills.
  4. Add licence information.

eg.

hardik124 commented 7 years ago

@chiragw15, Can I work on this issue?

chiragw15 commented 7 years ago

@hardik124 Once #899 is completed and merged, you can start working on it.

hardik124 commented 7 years ago

@chiragw15 Sure. Thanks.

chiragw15 commented 7 years ago

@hardik124 Please proceed with it. I have added a TODO here https://github.com/fossasia/susi_android/blob/development/app/src/main/java/org/fossasia/susi/ai/skills/SkillsActivity.kt#L87 . Add code for "about" here. Clicking on "about" menu item should display the about dialog.

hardik124 commented 7 years ago

@chiragw15 A dialog? Do u think an activity will be better? We can put links etc? Also what should be the content?

PS : I apologise for being late , i got sick.

chiragw15 commented 7 years ago

@hardik124 Don't add activity. Instead add fragment. Though, only a dialog would suffice our need but check if it doesn't look nice, add fragment instead. Add following information.

  1. About SUSI AI

    Susi AI is an intelligent Open Source personal assistant. It is capable of chat and voice interaction by using APIs to perform actions such as music playback, making to-do lists, setting alarms, streaming podcasts, playing audiobooks, and providing weather, traffic, and other real time information. Additional functionalities can be added as console services using external APIs. Susi AI is able to answer questions and depending on the context will ask for additional information in order to perform the desired outcome. The core of the assistant is the Susi AI server that holds the "intelligence" and "personality" of Susi AI.

  2. Contributors link

    This app is developed by the SUSI.AI Android App contributors.

  3. Link to susi_skill_cms in order to create and edit SUSI skills.

    SUSI is having many skills. You can look at the collection of skills at skills.susi.ai. SUSI Skill development is easy and fun. You can edit existing skills or even create your own.

  4. Link to this repo for reporting issues related to the app.

    Please report all the issues in Github Repository Issue Tracker.

  5. Licence information

    This project is currently licensed under the Apache License Version 2.0. A copy of LICENSE.md

Prashant-Chaurasia commented 7 years ago

@chiragw15 , Can I work on this issue?

chiragw15 commented 7 years ago

@hardik124 are you working on this?

hardik124 commented 7 years ago

yes, there seem to be a problem with my laptop , i will comeplete it ASAP

On Wed, Aug 30, 2017 at 4:59 AM, Chirag Wadhera notifications@github.com wrote:

@hardik124 https://github.com/hardik124 are you working on this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fossasia/susi_android/issues/898#issuecomment-325833542, or mute the thread https://github.com/notifications/unsubscribe-auth/AGV4XH34M5QKajHWh_xgOS7b7V_dgY9lks5sdJ7egaJpZM4O3oY1 .

hardik124 commented 7 years ago

@chiragw15 the app is crashing, I am unable to test it.

chashmeetsingh commented 7 years ago

@hardik124 please create an issue for the same and if you want, you can start working on the fix for that and continue the about section after that.

hardik124 commented 7 years ago

@Prashant-Chaurasia You can take up this issue, I am working on the crash right now and I can't do this unless I solve that.

Prashant-Chaurasia commented 7 years ago

Should I work on this issue @chiragw15 ?

chiragw15 commented 7 years ago

Sure, go ahead. I have added comments and TODOs. Remove them and add code there.

kislaysr commented 7 years ago

@Prashant-Chaurasia are you working on this issue?

S2606 commented 7 years ago

@kislaysr i think so you can go ahead @chiragw15 ??

Prashant-Chaurasia commented 7 years ago

@kislaysr I am new to kotlin, so I am learning it. Give me 2 days time after that you can take up this issue.