Code Monkey home page Code Monkey logo

expenserecord's Introduction

Expense Record System

Business Requirement

We are going to implement an expense record system for personal use. It’s used to record daily expenses, and do query, and deletion operations. The expense record includes the following information: description, type, amount, date For example: lunch, meal, 50, 20221010

AC1: GIVEN there is no expense data, WHEN user visits page, THEN the page does not show any expense data.

AC2: GIVEN page without any data, WHEN user types expense information and clicks add button, THEN the page shows the newly added expense data.

AC3: GIVEN page with some data, WHEN user visits page, THEN the page shows all expense data.

AC4: GIVEN page with some data, WHEN user types expense information and clicks add button, THEN the page shows the newly added expense data on the top.

AC5: GIVEN page with some data, WHEN user clicks delete button next to expense, THEN the page no longer shows the deleted expense.

Practice Requirement:

How to Test

  • backend test Run dotnet test under root catalogue and view test result
  • frontend test Go to the catalogue ExpenseRecord/ClientApp, and run ng test

Tips - how to create angular conponent

  • Go to the catalogue ExpenseRecord/ClientApp
  • ng generate component COMPOENT_NAME --module app

References

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.