Giter Site home page Giter Site logo

accounts.susi.ai's People

Contributors

adityasrivast avatar akshat-jain avatar akshatnitd avatar anshumanv avatar championpaddler avatar divyabaid16 avatar dravitlochan avatar fragm3 avatar harsh-jindal avatar laughing-boy avatar mariobehling avatar neeraj3029 avatar orbiter avatar pg07codes avatar pipe-runner avatar piyushimraw avatar plxity avatar prateek76 avatar prp-11 avatar r0hit-gupta avatar rishiraj824 avatar rossoskull avatar sachin235 avatar sachinarora707 avatar sakshee-19 avatar samagragupta avatar sudhanvamg avatar thatdns avatar vinaysomawat avatar yogeshsharma0201 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

accounts.susi.ai's Issues

Fix console rule app

Actual Behaviour
Right now it is not functional. Here is the link

Expected Behaviour
It should learn console rules and allow users to test it.

Fix reset password app

Actual Behaviour
Right now it is not functional. Here is the link.

Expected Behaviour
It should reset password for user.

Fix Chat with susi option

Actual Behaviour
When a user clicks on chat with susi, it redirects here

Expected Behaviour
It should redirect to http://chat.susi.ai

Steps to reproduce it
Change the link to chat with susi button.

Would you like to work on the issue?
Yes

Update view permission page to react

Actual Behaviour
Currently it uses angular as it's framework.

Expected Behaviour
As the new schema, It should be converted to react

Would you like to work on the issue?
Yes

Update password recovery page to react

Actual Behaviour
Curently uses angular as it's framework.

Expected Behaviour
As the new schema, It should be converted to react

Would you like to work on the issue?
Yes

Change reset password to change password

Actual Behaviour
Currently, change password is implemented in the name of reset password.

Expected Behaviour
Reset password is different from change password. Reset password is final step of password recovery. Change password allows user to change (modify) password.

Steps to reproduce it
Add a new component of change password and export reset password to it. And then implement reset password.

LogCat for the issue
yes

Screenshots of the issue

Would you like to work on the issue?
Yes

Navigation bar not getting populated on the manpage

Actual Behaviour
Navigation bar should have 3 links to it. namely : Home, API and Accounts. Right now they are getting populated by calling http://api.susi.ai/cms/topmenu.json which returns a JSON object. But the navigation bar seems empty.

Expected Behaviour
Navigation bar should be populated and hence should have links.

LogCat for the issue
jquery.min.js:4 Mixed Content: The page at 'https://fossasia.github.io/accounts.susi.ai/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://api.susi.ai/cms/topmenu.json'. This request has been blocked; the content must be served over HTTPS.

Screenshots of the issue
Looks like this -> nav_bar_absent
Should look like this -> orignal

@Orbiter Please help!

Update Apps and UI of Sidebar

Actual Behaviour

Currently Sidebar is doesn't have ViewPermission app and Change Password app

Would you like to work on the issue?
Yes

Update applist page to React

Actual Behaviour
Current applist is on angular.

Expected Behaviour
Convert it to react.

Steps to reproduce it

Would you like to work on the issue?
Yes

Complete landing page

Actual Behaviour
Some elements are missing from landing page. Currently looking like this

Expected Behaviour
Landing page should look like this

Steps to reproduce it
Add missing files, import missing libraries.

LogCat for the issue

/css/loklak.css Failed to load resource: the server responded with a status of 404 (Not Found)
jquery.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular-route.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
/css/bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
framework.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular-route.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
framework.js Failed to load resource: the server responded with a status of 404 (Not Found)
jquery.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
bootstrap.min.js Failed to load resource: the server responded with a status of 404 (Not Found)
ie10-viewport-bug-workaround.js Failed to load resource: the server responded with a status of 404 (Not Found)
loklak.css Failed to load resource: the server responded with a status of 404 (Not Found)
bootstrap.min.css Failed to load resource: the server responded with a status of 404 (Not Found)

Screenshots of the issue
Landing page is looking like this
landing
It should look like this
landind_orignal

Would you like to work on the issue?
Yes

Make user Login app working

Actual Behaviour
Login app is not working properly. Some links appear to be broken.

Expected Behaviour
user should be able to login to Susi.

Steps to reproduce it
Due to shift of code from susi_server repo, There are certain reference that needs to be changed in order to make it fully functional.

Would you like to work on the issue?
Yes

add reset password

Actual Behaviour
No page for reset password is there. Currently when user clicks on the link in recovery mail, they are redirected to older version of accounts.

Expected Behaviour
Add a page where users can be redirected and reset their password.

Steps to reproduce it
add a new route and component for reset password.

App missing from applist page

Actual Behaviour
Since the the Change User Role panel was developed irecently, It is missing from the applist page of the website.

Expected Behaviour
If a new app is implemented, It should be listed on the applist index page.

Steps to reproduce it
Add the application icon the applist page.

Would you like to work on the issue?
Yes

Add API call to populate navigation bar

Actual Behaviour
Currently the three links in the navigation bar are hard coded.

Expected Behaviour
These links are returned from the endpoint http://api.susi.ai/cms/topmenu.json
Use this API call to populate these links.

Steps to reproduce it
Delete hard coded links, and make API calls in corresponding files.

Would you like to work on the issue?
Yes

First part of reset password - complete the UI

With reference from #68 , This issue is the first step. For this issue, I;'ll complete the UI of reset password page. In 2nd part, I'll be adding API calls and process the response to complete the reset password page.

Update landing page to ReactJS

Actual Behaviour
Based on angular right now.

Expected Behaviour
As we are shifting towards ReactJS, we need to update all the apps to ReactJS

Would you like to work on the issue?
Yes

Add a route and component for user (who has logged in)

Actual Behaviour
Once user hit's login with valid credentials, it gives a simple message.

Expected Behaviour
On successful login, redirect to another component and show appropriate options.

Steps to reproduce it
Create a new component "UserHomePage" and configure it appropriately.

Would you like to work on the issue?
Yes

Fix view permissions page

Actual Behaviour
opening the app, it is a 404 error which says site can not be found.

Expected Behaviour
Application should load and should be working properly.

Would you like to work on the issue?
Yes

Update login page in accounts.susi.ai

Actual Behaviour
Curently Code is imported from susi webchat. And not functioning as expected.

Expected Behaviour
Work like accounts.google.com

Would you like to work on the issue?
Yes

Update signup page in accounts.susi.ai

Actual Behaviour
Curently Code is imported from susi webchat. And not functioning as expected.

Expected Behaviour
Work like accounts.google.com

Would you like to work on the issue?
Yes

Autodeployment to gh-pages with Travis

Actual Behaviour

Currently we need to manually deployed to the gh-pages branch. We can automate the process using Travis Cli.

Would you like to work on the issue?

I would like to work on this issue.

Fix register a public key application

Actual Behaviour
Page says not found. Screenshot attached below.

Expected Behaviour
User should be able to register a public key following proper steps.

Screenshots of the issue
image

Would you like to work on the issue?
Yes

Fix Signup Page

Actual Behaviour
Right now form is not being displayed and functional
image

Expected Behaviour
Page should look like this
image

update deployment of gh-pages on accounts

Actual Behaviour
deployment is not updated.

Expected Behaviour
Latest ReactJS app should be deployed properly.

Would you like to work on the issue?
Yes, Working on it.

Reset password not working

Actual Behaviour
The app is not responding.

Expected Behaviour
The app should allow user to reset the password.

Steps to reproduce it
Fix the error reported in console logs.

LogCat for the issue
Failed to load resource: the server responded with a status of 422 (No token specified)

Would you like to work on the issue?
Yes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.