Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: launch everything from the same docker compose #2

Merged
merged 22 commits into from
Apr 12, 2024

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    07152fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5f9b3a View commit details
    Browse the repository at this point in the history
  3. fix: rename secret example file

    the name it had before made esphome think it was an esp32 config file
    Rignchen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    971c1a6 View commit details
    Browse the repository at this point in the history
  4. refactor: rename login_login to login

    login_login is a pleonasme, it's useless to say login twice
    Rignchen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d773796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    735f9be View commit details
    Browse the repository at this point in the history
  6. refactor: move sql file to root

    it's the only required file for the database, therefore it doesn't need to be in another directory
    Rignchen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f6eacf9 View commit details
    Browse the repository at this point in the history
  7. refactor: rewrite Readme.md

    Rignchen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    608c2d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    11e3d23 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. feat: isolate the sub domain from the domain

    before if you were making a request to anything.domain.com, the domain would be domain.com. Now the domain will be anything.domain.com
    it means that now everything starting with login.memoires-info.com will be run as php code instead of being ignored
    the reason it worked before was because the uri contained "login."
    Rignchen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b223b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0c1ac View commit details
    Browse the repository at this point in the history
  3. feat: update readme

    Rignchen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f4a3ed1 View commit details
    Browse the repository at this point in the history
  4. feat: change web server port to be the default one

    User now don't need to specify the port when accessing the web server
    Rignchen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1606e01 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. refactor: move sql script to it's own directory

    now postgres data won't apear in root
    Rignchen committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    17ebb2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2c14e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97faa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90d4d7f View commit details
    Browse the repository at this point in the history
  5. fix: update api test file

    Rignchen committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4331178 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16960ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d8cf80 View commit details
    Browse the repository at this point in the history
  8. feat: implement login (museebolo#5)

    * feat: display averages for the last two months, refactor the way data is retrieved and placed in the pie chart
    
    * feat: token added to link for API data, change to display of month element
    
    * feat: link login element with login backend
    
    * feat: link login element with login backend
    
    * feat: the token in sampleContext takes the value from the user who logged in
    
    * feat: store the token in localstorage
    
    * fix: fix small errors to launch npm run build
    
    * feat: added login functionality, created a function to get tokens from localstorage
    
    * style: change input form design
    
    * feat: redirect the user on login if the token is wrong
    
    * feat: create a function that checks for 401 errors
    
    * refactor: the method of collecting data and putting it into the monthly chart
    
    * feat: add log out button
    jordyBSK committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    70f6f43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8aefda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3906bdb View commit details
    Browse the repository at this point in the history