Code Monkey home page Code Monkey logo

eventhos-web's People

Contributors

jrichardsz avatar

Watchers

 avatar  avatar

Forkers

iskynavy

eventhos-web's Issues

align buttons on tables

image

  • auth / clients
    image
  • auth / users
    image
  • eventhos / events
    image
  • eventhos / contracts
    image

Note: test with chrome

add search feature for users

This will prevent the error when some one click on sort column

FAIL tests/Features/CreateUser/createUser.test.js
  Create a user (005)
    ✕ Creates a new user (2174 ms)

  ● Create a user (005) › Creates a new user

    expect(received).toBeGreaterThan(expected)

    Expected: > 1
    Received:   1

      209 |
      210 |     // expect(possibleElements).toContain(lastIdValue + 1);
    > 211 |     expect(newLastIdValue).toBeGreaterThan(lastIdValue);
          |                            ^
      212 |   });
      213 |
      214 |   afterAll(async () => {

      at Object.toBeGreaterThan (tests/Features/CreateUser/createUser.test.js:211:28)

eventhos / event log - improve state

  • validate state or status at db layer

  • if all was retried, show "retried" in the table

  • if all was aborted, show "aborted" in the table

  • if all are success or error, the same of previous lines

  • id there are a mixture, show "check details" as button message with red color

  • add style for retried in event details

add search feature for contracts

image

search by Producer, Producer Event, Subscriber, Subscriber Action

And update the unit test to use the search instead sort by column

weird behavior at options list

If role has 03 options, the edit should list the 03 options, not the entire list and the need of choose one by one validate if is the option

image

Eventhos / Contracts - Ensure unique

  • Don't allow duplicated values and show the error message
  • Try with mysql contraint and use it to show a custom error message
  • Don't decrease the code coverage
  • Integration tests should work

Name creation for contract is so hard

image

  • delete name and identifier from ui
  • image
  • name and identifier should have the same value : uuid (36 length)
  • if creation is success, show a message with uuid
  • show the identifier in the table instead name
  • use the returned uuid to validate the created contract

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.