Code Monkey home page Code Monkey logo

appointmentpublishing's People

Contributors

evandrocoan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

appointmentpublishing's Issues

Know Issues/TODO

  1. Complete the TODO on https://github.com/evandroforks/AppointmentPublishing#todo
  2. Create user management/control with user names on HTTP header (and may also employ OAuth 2.0?)
    Accordingly to the SQL tables created by com.appointment.publishing.model classes,
    the user relation between them can be created by:
    1. Creating new tables relating each user between the existing tables (which is bad for performance, but has no data duplication). Is bad for performance because it will be required to consult 2 tables on the database, before actually getting the required data.
    2. Update the existing tables to include direct user relations (which is good for performance, but has data duplication). It will be good for performance because it will require only a single table on the database, before getter the required data.
  3. Fix a POST request used multiple times creating multiple publications, i.e., when then they contain the same data
  4. Employ Docker and GitHub Actions with PostgreSQL as a database backend
  5. Perform stress/load tests using some tool as Apache JMeter and identify the server throughputs

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.