Git Product home page Git Product logo

pezhi's Introduction

hardingadonis

About me

  • ๐ŸŽ“ I'm a student at FPT University Quy Nhฦกn AI Campus.

  • ๐Ÿ”ฎ I want to become a software engineer.

  • โค๏ธ Coding, writing novels, listening to EDM, and anything about code.

  • ๐Ÿ”ญ Iโ€™m currently learning .NET

  • ๐Ÿ’ฌ Ask me about C#, Java

  • ๐Ÿ“ซ How to reach me [email protected]

Connect with me

hardingadonis adonis.harding adonis.harding

My Github stats
My knowledges

โš™๏ธโš™๏ธ BackEnd โš™๏ธโš™๏ธ

๐Ÿ’พ๐Ÿ’พ Database ๐Ÿ’พ๐Ÿ’พ

โ™พ๏ธโ™พ๏ธ DevOps โ™พ๏ธโ™พ๏ธ

๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Others ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

Support me:

pezhi's People

Contributors

hardingadonis avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

pezhi's Issues

DAO classes

Tasks:

DAO classes:

  • Wallet
  • Target
  • Debt
  • Transaction
    • TransferTransaction
    • IncomeTransaction
    • ExpenseTransaction
  • ExpenseCategory
  • IncomeCategory

Offline mode (Database file will stored local)

Tasks:

  • For default:
    • Create database.sqlite in root folder if the database file is not found.
    • Create all tables after creating database.sqlite.
    • Close connections with the database file.
  • For user customization:
    • Change the database file location.
    • If a database file from user customization is not found, create it.
    • Create all tables after creating a database file from user customization.
    • Close connections with the database file.
  • Switch between default and user customization.
  • #5

Config file

Structure of config file:

  • Name: configs.json
  • Where: root folder
  • Include:
    • database_location: the path of the database file, null for default.

Example:

{
    "database_location": null
}

Model classes

Tasks:

  • Wallet
  • Target
  • Debt
  • Transaction
    • TransferTransaction
    • IncomeTransaction
    • ExpenseTransaction
  • ExpenseCategory
  • IncomeCategory

Write ITransaction Interface

Tasks:

  • Write:
    • listToday method.
    • listDate method.
    • listDate method.
    • listMonth method.
    • listYear method.
    • listPeriod method.

Write DAO Interface

Tasks:

  • Write:
    • getAll method.
    • get method.
    • insert method.
    • update method.
    • delete method.

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.