Git Product home page Git Product logo

mydsb's People

Contributors

renovate-bot avatar tch1b0 avatar

mydsb's Issues

Add `/logout` route

What?

Currently, logging out can only be performed by calling a method inside a Vue component.
When accessing /logout, the user should get logged out.

This is not just more convenient to use, but the tests could also 'reset' easier.

Where to start?

This change should be made inside the vue router

Use `DsbmoibleConfig` for instantiating

What and why?

Currently, when a Dsbmobile object is instantiated, the parameters are just crunched next to each other.
But the dsbmobile.js lib has a better alternative called DsbmobileConfig.
You can read here how it works.
When implemented, it will be much more readable.

Example

OId:

dsb = new Dsbmobile("", "", apiURL, resURL, account.token);

New:

dsb = new Dsbmobile({
    token: account.token,
    baseURL: apiURL,
    resourceApiURL: resURL,
});

Where to start

You can start right here

Add dark mode

The style of the dark mode was already set up, so now there is just some code missing that toggles it

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update actions/setup-node action to v2.5.2
  • Update dependency core-js to v3.31.0
  • Update dependency dsbmobile to v1.2.0
  • Update dependency ts-node to v10.9.1
  • Update dependency typescript to v4.9.5
  • Update dependency vue-router to v4.2.3
  • Update dependency vuex to v4.1.0
  • Update actions/checkout action to v3
  • Update actions/setup-node action to v3
  • Update capacitor monorepo to v5 (major) (@capacitor/android, @capacitor/cli, @capacitor/core, @capacitor/ios)
  • Update dependency @capacitor/app to v5
  • Update dependency @capacitor/haptics to v5
  • Update dependency @capacitor/keyboard to v5
  • Update dependency @capacitor/local-notifications to v5
  • Update dependency @capacitor/status-bar to v5
  • Update dependency @ionic/storage to v4
  • Update dependency @ionic/vue to v7
  • Update dependency @ionic/vue-router to v7
  • Update dependency @types/node to v18
  • Update dependency @vue/eslint-config-typescript to v11
  • Update dependency eslint-plugin-vue to v9
  • Update dependency mocha to v10 (mocha, @types/mocha)
  • Update dependency typescript to v5
  • Update vue-cli monorepo to v5 (major) (@vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-router, @vue/cli-plugin-typescript, @vue/cli-service)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/e2e-test.yml
  • actions/checkout v2
  • cypress-io/github-action v2
.github/workflows/unit-test.yml
  • actions/checkout v2
  • actions/setup-node v2.5.1
npm
package.json
  • @capacitor/android 3.4.1
  • @capacitor/app 1.1.0
  • @capacitor/core 3.4.1
  • @capacitor/haptics 1.1.4
  • @capacitor/ios 3.4.1
  • @capacitor/keyboard 1.2.2
  • @capacitor/local-notifications 1.1.0
  • @capacitor/status-bar 1.0.8
  • @ionic/storage 3.0.6
  • @ionic/vue 6.0.1
  • @ionic/vue-router 6.0.11
  • @tch1b0/prettier-config 1.0.0
  • @types/node 16.11.26
  • capacitor-resources 2.0.5
  • core-js 3.20.3
  • dsbmobile 1.1.4
  • vue 3.2.28
  • vue-router 4.0.12
  • vuex 4.0.2
  • @capacitor/cli 3.4.1
  • @types/chai 4.3.0
  • @types/cypress 1.1.3
  • @types/mocha 9.0.0
  • @typescript-eslint/eslint-plugin 2.34.0
  • @typescript-eslint/parser 2.34.0
  • @vue/cli-plugin-babel 4.5.15
  • @vue/cli-plugin-eslint 4.5.15
  • @vue/cli-plugin-router 4.5.15
  • @vue/cli-plugin-typescript 4.5.15
  • @vue/cli-plugin-vuex 5.0.0-rc.2
  • @vue/cli-service 4.5.15
  • @vue/compiler-sfc 3.2.26
  • @vue/eslint-config-typescript 5.1.0
  • @vue/test-utils 2.0.0-rc.18
  • chai 4.3.6
  • eslint 6.8.0
  • eslint-plugin-vue 7.20.0
  • mocha 9.1.4
  • ts-node 10.4.0
  • typescript 4.5.4

  • Check this box to trigger a request for Renovate to run again on this repository

Add push notifications

The whole App is about being informed, rather than informing yourself. But how is the new information going to reach the User easily?
With push notifications.

Add `build` workflow

There should be a workflow that gets triggered on a new release, that compiles & adds at least an .apk file.

Add unit tests

What?

Currently, there is only a cypress end-to-end test. There should be at least a unit test for the classes & functions in /src/utility.

How to fix it?

Create a new directory, maybe called tests, and add mocha to the dev dependencies.

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.