Giter VIP home page Giter VIP logo

-xpenses's Introduction

I'm Thomas Perron


Who am I?

I'm an innovative person with a passion for technology and a highly skilled, continuous learning mindset. As a quick learner who thrives on challenges and is eager to learn new things, I adapt to industry trends and excel in a team environment, delivering quality solutions across multiple technology domains. I have a keen eye for detail and a commitment to mentoring. I have a strong appetite for back-end development, DevOps and architecture.

  • Fullstack Software Engineer
  • DevOps Engineer
  • Cloud Engineer

Want to stay in touch?

  • Check out my posts here.
  • Feel free to reach out to me on LinkedIn.

-xpenses's People

Stargazers

 avatar

Watchers

 avatar

-xpenses's Issues

Add create activity page :

Page must contains :

  • activity name
  • activity createdBy
  • create button : link to REST api

Other mandatory fields must be set to blank

Change to react native library

Ionic Capacitor is not able to launch app from localhost.

Causing issues with CORS when calling any API even while APIs are allowing CORS preflight calls.

The migration to react native resolves the issue.

The following UI library will be used instead of Ionic UI framework : https://reactnativeelements.com/docs

Activities : add complex endpoints

- usersStatus : str(user.id/enum(IN_PROGRESS, DONE)}) -> set at creation to IN_PROGRESS
- status : enum{IN_PROGRESS, DONE} -> set at creation to IN_PROGRESS

  • remove expense by id from activity
  • add user by id
  • remove user by id from activity
  • update usersStatus by id
  • update activity status by id

Delete activity

Create an endpoint to delete an activity.

  • Update users expenses list / activities list
  • Remove all associated expenses

Create Activities endpoint

Body :
- id : generated uuid
- createdBy : user.id
- name : given str

Endpoints :

  • create activity
  • get activity by id
  • get activities by user.id
  • add expense by id to activity

Create expenses endpoints

Body :

  • id : generated uuid
  • currency : str (ENUM)
  • amount : float
  • user : given user.id

Endpoints :

  • create expense
  • get expenses by id
  • get expenses by user.id
  • update amount by id
  • update currency by id
  • delete amount by id

Create users endpoints

Body :

  • id : generated uuid
  • name : given str

Endpoints :

  • create user
  • get all users
  • get user by id

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.