Coder Social home page Coder Social logo

pe's People

Watchers

 avatar

pe's Issues

Acknowledgements in DG

The acknowledgements section in the DG does not seem to be rendered correctly as shown below, without any sources that are used shown.

Screenshot 2023-04-14 at 3.12.56 PM.png

Grammar in command output for `undo`

This is a very minor nit for the grammar language used. Since only 1 command was undone via undo, the output should be singular ... command instead of plural ... commands

Screenshot 2023-04-14 at 2.42.40 PM.png

Inaccurate architectural sequence diagram

The sequence diagram shown below (taken from DG) seems to be inaccurate as there is no saveAddressBook(addressBook) method in the Model interface. Instead, there is a saveElister(elister) method.

Screenshot 2023-04-14 at 3.18.08 PM.png

`delete_tag` behaviour is inconsistent in UG

From the UG, delete_tag 1 t/billionaire should work if there is a person at index 1 and has a tag billionaire. However, when i tried as below, it does not work because of the additional t/ prefix.

Screenshot 2023-04-14 at 2.34.48 PM.png

Dummy Report

No details provided by bug reporter.

Dummy Report

This is a dummy report

Screenshot 2023-04-13 at 7.13.02 PM.png

Inaccurate parser class diagram

The class diagram for parsers seems to be inaccurate for the following reason:

  1. AddressBookParser does not exist. Instead, it seems like it should be ElisterParser

Screenshot 2023-04-14 at 3.23.41 PM.png

Inaccurate command input

From page 18 of DG, the command input should be in small caps (tag 5 good) instead of Tag 5 good as the latter would not work in E-Lister

Screenshot 2023-04-14 at 3.33.26 PM.png

Attempted deletion of multiple tags with `delete_tag`

I tried to delete multiple tags (2) at one go with delete_tag 11 test2test3 test4 as shown below. I expected my command to be rejected if only one tag is allowed to be deleted at one time (since spaces are not allowed in tags) or that it would delete both tags (after delimiting it by the space character)

However, the behaviour was that it deletes the first element after splitting the string by space delimiter.


video:https://raw.githubusercontent.com/Beebeeoii/pe/main/files/55434bb7-e849-4a0d-9558-6335dac61bef.mov

Unable to create a person with income containing decimal places

I tried the following command to add a person with an income of 10000.10: add n/John Doe p/98765432 e/[email protected] a/John street, block 123, #01-01 i/10000.10

This should be allowed since it has less than 5dp and is smaller than a trillion, according to the UG
Screenshot 2023-04-14 at 2.18.42 PM.png

However, the application seems to be returning an error: Incomes should be positive integers less than 2^63

Screenshot 2023-04-14 at 2.19.16 PM.png

Unable to edit person's income to have decimal places

I tried to give Baetsy an income of 1.1 which should be allowed based on the UG but it seems like there is some issues based on the command output: Incomes should be positive integers less than 2^63 shown below.

According to the UG, "Income field can only have 5 decimals and smaller than 1 Trillion" which an income of 1.1 fits.

Screenshot 2023-04-14 at 2.24.39 PM.png

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.