Code Monkey home page Code Monkey logo

influxannotator's People

Contributors

c3-tko avatar

Watchers

 avatar  avatar

influxannotator's Issues

Sanitize the xcode project

Fix the orphaned container by recreating the Xcode project from scratch and migrating all existing code step by step

Promote time formatting object

Should be an export const

dateTimeLocalOptions = {
        weekday: "short",
        year: "numeric",
        month: "short",
        day: "numeric",
        hour: "2-digit",
        minute: "2-digit"
    };

Add option to create a new database

In the settings screen it is not obviously possible to create a new database credential config.

Add an option into the database picker to create a new database config.
~~Set the selected database within redux to undefined~~~
Strikedwon options would have caused some messy state mutations and violations against single state purpose

  • Adapt button labels according to empty or edit mode

Implement Panza

  • Integrate the panza dependency - Uses 3.0.1-beta1
  • Migrate database picker to panza
  • Migrate databases view
  • Migrate writer view

Load tags from measurement

Provide a picker with all already existing tag values from the measurement. Add the "create new" option

Optimize Picker elements

  • Show iOS time picker only on click
    Add now a.k.a. no influx timestamp - Will be implemented as toggle
  • Show iOS picker for databases only on click
    Add the possibility to choose to create a new database - Duplicate to #19

Handle non initialized databases

If a database is set, check if the database name is existing in influx. If not try to create the correspondent database or show the user why it is not possible if that should be the case.

  • Check if database is existing
    Add database if it is not existing
    Show error alert if user has no rights to create databases

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.