Coder Social home page Coder Social logo

notes's Introduction

notes

notes's People

Contributors

ppazos avatar

Watchers

 avatar  avatar  avatar

notes's Issues

Show feedback to the user after submitting any creation form

Some creation actions might take some seconds to complete and the user doesn't receive any feedback until the AJAX response is returned to the browser.

  1. Show feedback while the response is pending.
  2. Show feedback when the response is complete, this can be OK or error.

Password reset screen not feedback after reset

Should show a message after the successful reset on another view, not on the reset form.
if an error occurs, show the error on the reset form.
Add a link back to login under the success reset message.

add note category model

should be managed per user / account, and be selectable on note create, and set by save.

then this will be mapped into composition.context.other_context

Signup form is not giving feedback on the UI

Should show a message that the sign up was successful and about the email that was send to reset the password. This on another view, not on the sign up form. Add a link back to login.

issue after resizing event and clicking on it

index:775 Uncaught Error: Modal is transitioning
    at h.show (bootstrap.min.js:6)
    at HTMLDivElement.<anonymous> (bootstrap.min.js:6)
    at Function.each (jquery-3.2.1.min.js:2)
    at r.fn.init.each (jquery-3.2.1.min.js:2)
    at r.fn.init.h._jQueryInterface [as modal] (bootstrap.min.js:6)
    at Et.function.e.constructor.select (index:775)
    at constructor.publiclyTrigger (fullcalendar.min.js:9)
    at Et.function.e.constructor.publiclyTrigger (fullcalendar.min.js:8)
    at Et.function.e.constructor.triggerSelect (fullcalendar.min.js:9)
    at Et.function.e.constructor.reportSelection (fullcalendar.min.js:9)

Create smart scheduler model with recurring events

Check this model
http://www.vertabelo.com/blog/technical-articles/again-and-again-managing-recurring-events-in-a-data-model

  1. Create JS model for the GUI
  2. Test logic that generates events on the calendar using instances of the model
    2.1. Test regular events
    2.2. Test periodic events with different recurrence (daily, weekly, monthly)
    2.3. Extend the day_of_week number to day_of_week_1, ..., day_of_week_7 boolean, to allow selecting any day pattern on a week
  3. Test recurring events with exceptions (move event time or date)
  4. Test recurring events with parent event when time is changed and "change all following events" is selected by the user
  5. Check google calendar to design the GUI to setup events
  6. Bind the GUI to the JS model
  7. Submit JSON model to the controller
  8. Create data binding to the domain form JSON

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.