Git Product home page Git Product logo

hackaru-desktop's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar imgbotapp avatar ktmouk avatar psub 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

Watchers

 avatar  avatar  avatar

hackaru-desktop's Issues

Goolgeカレンダーの反映について

Hackaru上のカレンダーには直ぐに反映されるのですが、
Google連携したカレンダーはリアルタイムに反映されないのですが、どのタイミングで反映されますでしょうか?

デスクトップアプリの操作について

素晴らしいツールの開発ありがとうございます。

以下Windows10 64bit版でのことです。
■要望
・アプリを起動すると何も表示されない
 →重複起動することがある
 →タスクトレイ入っており、PC初心者は起動しているかがわからない
 →タスクバーに表示したい

・デスクトップアプリからプロジェクトを追加したい

・任意のGoogleアカウントのカレンダーに作業時間を追加することは可能でしょうか?
 (現状だとHackaruカレンダーが追加される)
 
ご確認お願い致します。

Initial Login fails using `yarn dev`

I've setup a local instance of Hackaru, following the Readme in https://github.com/hackaru-app/hackaru. This instance works so far without any problems.

If I start up Hackaru Desktop using yarn dev the initial login fails. My browser opens http://localhost:3333 and presents my HTTP Status 400. I see the following in the server logs:

api_1      | Started GET "/oauth/authorize?response_type=code&redirect_uri=http:%2F%2F127.0.0.1:35359&scope=activities:read+activities:write+projects:read+projects:write+suggestions:read+user:read&state=[FILTERED]&code_challenge=[FILTERED]&code_challenge_method=[FILTERED]" for 172.19.0.1 at 2021-10-25 21:06:09 +0000
api_1      | Processing by OAuth::AuthorizationsController#new as JSON
api_1      |   Parameters: {"response_type"=>"code", "redirect_uri"=>"http://127.0.0.1:35359", "scope"=>"activities:read activities:write projects:read projects:write suggestions:read user:read", "state"=>"[FILTERED]", "code_challenge"=>"[FILTERED]", "code_challenge_method"=>"[FILTERED]"}
api_1      |   AuthToken Load (0.3ms)  SELECT "auth_tokens".* FROM "auth_tokens" WHERE "auth_tokens"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
api_1      |   ↳ app/models/auth_token.rb:18:in `fetch'
api_1      |   User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
api_1      |   ↳ app/controllers/concerns/authenticatable.rb:27:in `authenticate_auth_token!'
api_1      | Completed 400 Bad Request in 238ms (Views: 0.1ms | ActiveRecord: 3.9ms | Allocations: 4029)

I also tried to use the respective URLs from hackaru.app (ie. https://app.hackaru.app and https://api.hackaru.app) but I am presented with HTTP 400 as well.

Do I miss some important configuration? I tried look into the release artifact for the values used in the releases, but the build process uses Github secrets and I could find the values in the binaries on the first glance.

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.