Giter Site home page Giter Site logo

gumberss / financecontrolinator Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 1.72 MB

A microservice application to make it easy to control existing expenses and future purchases

C# 98.33% Dockerfile 1.67%
rabbitmq kubernetes helm microservices docker masstransit csharp event-driven message-driven ravendb

financecontrolinator's Introduction

Finance Controlinator

Codacy Badge

image

financecontrolinator's People

Contributors

codandocerto avatar gumberss avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

financecontrolinator's Issues

Migrate expense service to .net 6

How to:

Start Here

1 - Update SDK version in the global JSON (not needed)
2 - Update TargetFramework in csproj files
3 - Update Microsoft.AspnetCore and Microsoft.Extensions to version 6 (it was already made, others projects that will be migrate maybe will be need this step)
4 - Unifique Program.cs and startup.cs
5 - Update dotnet version in all places where APi is runing
5.1 - Tests on pull request
5.2 - Change SDK and Runtime versions on DockerFile
5.3 - Creation of docker-compose file to make easier to test the API inside a container
5.4 - Upgrade EntityFrameworkCore.Design and SqlServer to version at least 6.0.4 (API and DATA projects)

  • Document it in somewhere to make the things easier when migrate other microservice
    Main Pull Request

Expense Screen Body Endpoint

image

  • Return the list of expenses with no limit date, but must be:
    -- Ordered by most recent first
    -- 'Pagination' -> when the user scrool down, load a little more

What about view models my friend?

Hello me of the future, I hope you be happy with my gift to you, I hope you create and use view models when returning data from api.

Have a great day, and I wish you the best. ๐Ÿ˜„

Invoices - Upgrade libraries version

Reducing the priority of this task because there is no API endpoint yet, so lets make some of them and upgrade the libraries and test a little better

Expense Screen Header Endpoint

image

  • Should return in a unique request, the header details and money spended separated by type, providing data to the header

Why I create Expense id?

This is a good question, since the relation between an expense (or piggy bank) with an Invoice item is 1 - 1 , I could use the id of Invoice item to find the item (expense or piggy bank) in its microservice :)

image

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.