Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 2.3 KB

File metadata and controls

34 lines (31 loc) · 2.3 KB

Copilot Chat Log

  1. Create a File Copilot.md

  2. Can I record chat with Copilot Chat to some text file for further reference

  3. How to Programitically get copilot chat into file

Not Given a simple way - Skipping this Exploration

  1. How to Create a Expo react native app in new architecture
  2. Is this new architechure or old
  3. Create React app pwa
  4. Create a base Incometax class which has a variable strandardDeduction, initialRelief, arrayOfTaxSlabs{upto, percent} a calulate tax function which used teh variables and calculate. Derivated classes will define their own strandard decudtion, initial relief and array of atax slabs
  5. add surcharge array also
  6. Add Cess calculationa also
  7. update the functions to get modularity for basictax, surcharge, cess in different functions and a overall calculateTax which utilizes this
  8. Create a derived class for oldtax regime
  9. initialRelief works like this - I it is 700000 and income - strandard deduction is < initial relief overall tax = 0, oher wise there is nothing to do with initial relief.
  10. update as per new tax rates
  11. Remove this and create a table of taxation on different tax regimes from 0L to 1Cr
  12. rewrite with a for loop style table properly
  13. make background white - semi white and tabele rows are not properly visible now. dont change css much between each row
  14. freeze header
  15. write a textcase - for new tax regime 2024 basic tax should be 140000
  16. @workspace using constructor in newTax2024 update he calculateBasicTax ofIncometax properly in IncomeTax.ts file. current calculation lofgic is wrong
  17. add a new column difference between new2024 and new2025
  18. table header is not freezing at top when i am scrolling
  19. take deduction as one more input and reducr that amount from total amount for old tax
  20. Add a text input at top for additional deduction or old tax and give a submit button to rrrender the page
  21. publish via gh pages
  22. income-tax is my folder, How to setup github pages to properly deploy this mu Project name is CommonSpace
  23. Update readme by adding the projects and descriptions
  24. Add a warning that this is just for educational urposes and should not take for any official calculation, the numbers might be wrong also
  25. add a Thank note to Github copilot for helping in building the website and hithub project link