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

implementation of conditional request support #11

Merged
merged 91 commits into from
Aug 29, 2020
Merged

Conversation

prince-chrismc
Copy link
Owner

@prince-chrismc prince-chrismc commented Aug 27, 2020

Follow up from #10

closes #14

  • Correcting some original mistakes
  • heavily refactored back-end to accommodate new functionality
    • added clang-formatting support
  • Minor teak to add support to front-end
  • add tests to front end for passing etag
  • Missing header include guards
  • Several files are missing EOL
  • Fill router
  • response builder needs a cpp
  • run linting

switching to unordered map since its slightly more performant for my use cases
to make my life easier
Copy link
Owner Author

@prince-chrismc prince-chrismc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added more TODOs

backend/test/CMakeLists.txt Outdated Show resolved Hide resolved
web-app/src/components/App.js Outdated Show resolved Hide resolved
@@ -31,7 +31,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.conan/data
key: ${{ runner.os }}-${{ hashFiles('**/conanfile.txt') }}
key: ${{ runner.os }}-${{ hashFiles('**/conanfile.py') }}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may cause the cause to be invalided for cosmetic changes

backend/CMakeLists.txt Outdated Show resolved Hide resolved
backend/src/handlers/user_routes.cpp Outdated Show resolved Hide resolved
backend/src/handlers/user_routes.cpp Outdated Show resolved Hide resolved
backend/src/handlers/utility/response_builder.hpp Outdated Show resolved Hide resolved
backend/src/handlers/utility/response_builder.hpp Outdated Show resolved Hide resolved
web-app/src/components/operations/Add.js Outdated Show resolved Hide resolved
@prince-chrismc prince-chrismc added this to the 1.0.0-dev.1 milestone Aug 28, 2020
@prince-chrismc
Copy link
Owner Author

@prince-chrismc prince-chrismc merged commit f3a7f24 into master Aug 29, 2020
@prince-chrismc prince-chrismc deleted the last-modified branch August 29, 2020 21:26
@prince-chrismc prince-chrismc added api This issue or pull request pertains to the API common to all components back-end This issue or pull request pertains to the back-end component enhancement Issue that adds a new feature front-end This issue or pull request pertains to the front-end component labels Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api This issue or pull request pertains to the API common to all components back-end This issue or pull request pertains to the back-end component enhancement Issue that adds a new feature front-end This issue or pull request pertains to the front-end component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add new user API is not correctly supported
1 participant