Asrez / WhereMoney

WhereMoney client web-application
GNU General Public License v3.0
3 stars 2 forks source link

Working and comments #1

Open BaseMax opened 2 years ago

BaseMax commented 2 years ago

Hi friends, this is where we will talk about details, problems, bugs and improvements.

سلام دوستان، اینجا جایی است که در مورد جزئیات، مشکلات، باگ ها و پیشرفت ها صحبت خواهیم کرد.

BaseMax commented 2 years ago

bug: image


add pay and add receive need to show a modal/popup also add many more test transactions to the list connect transaction list to reactjs variable like todos array. but we called it transactions change User text to WhereMoney inside toolbar also we need to design login/register page. name+email+pass are fine, easy to login, easy to register also we will need forgot password page in next step.

BaseMax commented 2 years ago

image

icons are same, we need to change one of them.

BaseMax commented 2 years ago

Next feature: show a centered message: sorry you not have any Transaction yet! message when the Transaction list is empty. (with a centered icon at top of text; this maybe help to make page more beauty..)

BaseMax commented 2 years ago

Hey john, can you please add a bot such as vercel for development LIVE preview? @jbampton

BaseMax commented 2 years ago

What to add inside modal?

title or maybe name of sender/receiver descirption (optional field) amount (number, it can be float digits and required) a checkbox to ask do you want to calculate this transaction in your monthly data? (default it checked) and also a list of types which can showed as icon

image image

BaseMax commented 2 years ago

image

Black border is bad No, black 🖤 border is not good Use gray or something like that

When you add border on hover or click event Height of select box will change It's not good too Add same size border with transparent color in Norma l

BaseMax commented 2 years ago

also we need a switch to change language of panel and change dir and lang of html tag. <html dir="rtl" lang="fa_IR"> and <html dir="ltr" lang="en"> also we need to load all words,text from js or json file. (in build)

BaseMax commented 2 years ago

another bug: image

look at space between amount and description, its not equal to space between desc and name.

BaseMax commented 2 years ago

Feature: when user click on "add pay" default value of type should be "outcome" or "income" and also for next btn...

BaseMax commented 2 years ago
  { icon: Book, value: "book" },
  { icon: Dice, value: "Dice" },
  { icon: File, value: "File" },
  { icon: Suitcase, value: "Suitcase" },
  { icon: Taxi2, value: "Taxi2" },
  { icon: Tshirt, value: "Tshirt" },

we need to read all text from js or json files

BaseMax commented 2 years ago

Why Taxi2? do you mean Taxi?

BaseMax commented 2 years ago

we plan to support 2 languages. <FormLabel id= change to <FormLabel id=

at src/components/modal/Modal.tsx

BaseMax commented 2 years ago

YOU need to hide body scroll when dialog/popup/modal open.

BaseMax commented 2 years ago

image

modal bottom margin is not equal to left/right margin space.

BaseMax commented 2 years ago

New feature: Read and get all text or word from object/array it can be JS or JSON file.