Code Monkey home page Code Monkey logo

Comments (3)

react117 avatar react117 commented on September 22, 2024

Update log:   

  • Added support for updating the timestamp on each annotation action.
  • Added support for updating the timestamp on each annotation evaluation.
  • Now the d_hits table has an added column named updated_timestamp_eval which will store the date and time of performed evaluation.
  • To add the said field in d_hits, a query has been run. It is being logged below. Please run this query when updating/pulling the current issue/commit.

QUERY TO ADD updated_timestamp_eval in d_hits: ALTER TABLE d_hits ADD COLUMN updated_timestamp_eval timestamp NULL AFTER updated_timestamp;

from ezannotate.

react117 avatar react117 commented on September 22, 2024

Update log:   

  • Added support for the deleted count, correct evaluation counts, incorrect evaluation count for total stat specific to the user and group by projects in user profile page.
  • Added support for date wise deleted count, correct evaluation count, incorrect evaluation count for total stat specific to the user and group by projects in user profile page.
  • Added support for search functionality for various date wise counts.
  • mysqlInit.sql file has been updated with 2 new queries. Those need to be run at the time of this updating this push.

from ezannotate.

react117 avatar react117 commented on September 22, 2024

Update log:

  • Added stat support in the user profile:

    • Added support for the skipped count for total stat specific to the user and group by projects in user profile page.
    • Added support for date wise skipped count for total stat specific to the user and group by projects in user profile page.
    • Added support for search functionality for various date wise counts in both profile and project leaderboard for newly added stat fields.
  • Added support for a chart in user profile stat:

    • Added support for a chart in user profile page with a default option to see total count of performed actions (hit, delete, skipped, correct and incorrect).
    • Added support for visualising daily stat in the chart.
    • Added support to update graph based on the daily selection for stats by date.
    • Added support for resetting the graph to cater default data of the total count of the performed action.

from ezannotate.

Related Issues (12)

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.