Skip to content

v0.1.0-alpha

Latest
Compare
Choose a tag to compare
@devkiloton devkiloton released this 14 Jan 19:10
abf9df2

General

  • Now brazilian fixed incomes, USA stocks, and cryptocurrencies can be added
  • Stocks can display how much dividends were earned with the investment
  • I have added several login methods to make the app accessible for anyone
  • To cut off future expenses and scalability issues I have introduced serverless provided by GCP cloud functions
  • To avoid SEVERAL https requests on app initialization, I have created Redux reducers to handle the data and reuse it to avoid unnecessary data fetching and improve the UX. In this way the CRUD ops can be done locally without waiting for Promises, and the data used to display the investment charts doesn't need to be re-fetched.
  • Now there's google's one tap login
  • Implementing a lot of analytics tracking
  • Redesigning the log out button and removing the form to add investments from dashboard to a dialog that is triggered when you click the button "Adicionar investimento" or "+" on mobile

What's Changed

  • Improve the app login page design #24 by @devkiloton in #25
  • Try to add login with email and phone number #26 by @devkiloton in #27
  • Revert "Try to add login with email and phone number #26" by @devkiloton in #28
  • (Merge on dev) - Try to add login with email and phone number #26 by @devkiloton in #29
  • Several improvements on serveless, design, state management and Google's login by @devkiloton in #30
  • Add google analytics #41 by @devkiloton in #42
  • Migrate the front from Render to Firebase #36 by @devkiloton in #40
  • Make the user add brazilian fixed incomes indexed with CDI, IPCA, USA stocks and cryptos by @devkiloton in #46
  • Create a reducer to investment results #47 by @devkiloton in #48
  • Make the evolution chart show the patrimony evolution with dividends, JCP, valorization, bonus, etc. #16 by @devkiloton in #51
  • Remove add stock form from initial dashboard in favor of other charts #33 by @devkiloton in #52
  • Make all the code base have memoization and improve ESLint rules to enforce it #37 by @devkiloton in #53
  • Merge dev into master to release 0.1.0-alpha by @devkiloton in #54

Full Changelog: v0.0.1...v0.1.0-alpha