1
00:00:00,300 --> 00:00:04,830
So in all that, we have created an app, we have all our components in place, we have balance, we

2
00:00:04,830 --> 00:00:10,740
have expense sheet, we have transactions, we have done section and transactions as well as we have

3
00:00:10,740 --> 00:00:14,430
come together to the extent that it's now ready for deployment.

4
00:00:14,760 --> 00:00:19,530
So let's take a look at that app just moving to our terminal and and being stuck.

5
00:00:19,950 --> 00:00:24,720
And once you do, you will just get this computer screen and now head back to your browser.

6
00:00:25,410 --> 00:00:26,880
And if we just crap.

7
00:00:27,720 --> 00:00:28,830
Let me just refresh it.

8
00:00:30,670 --> 00:00:35,680
If he's just crap, we have all the things that we need, but OK, we see that this particular.

9
00:00:37,370 --> 00:00:39,230
CSIS is not being put up properly.

10
00:00:39,680 --> 00:00:44,960
Let me see if we can delete some stuff, so if I just delete it, OK, it's getting deleted, but we

11
00:00:44,960 --> 00:00:47,600
see our balance sheet is having some issues.

12
00:00:48,470 --> 00:00:50,120
This is having some styling issues.

13
00:00:50,390 --> 00:00:52,040
And what if I just add something?

14
00:00:52,550 --> 00:00:58,580
For example, if I just had a pair of shoes, I guess I just a pair of shoes and that cost me about

15
00:00:58,580 --> 00:00:59,300
twenty dollars.

16
00:00:59,300 --> 00:01:01,550
And if I just add transactions.

17
00:01:02,180 --> 00:01:07,070
OK, so we're having a lot of typos in our app, so let's just go back and fix them.

18
00:01:07,940 --> 00:01:12,410
So if I just go into my transactions app, I see into Adam Rogers.

19
00:01:12,410 --> 00:01:13,370
We have styles.

20
00:01:13,370 --> 00:01:14,360
OK, that's fine.

21
00:01:14,750 --> 00:01:17,390
OK, so we having to add transactions.

22
00:01:17,390 --> 00:01:24,230
Property should be transactions because we have to map and diet area of objects.

23
00:01:24,950 --> 00:01:26,240
OK, so here it is, fine.

24
00:01:26,630 --> 00:01:28,070
We are having our transactions.

25
00:01:28,430 --> 00:01:33,740
Let's just head to the next bit of problem died in a new transaction.

26
00:01:34,760 --> 00:01:39,920
So if I just move into my new transactions, we see we have two pieces of state and they're working

27
00:01:39,920 --> 00:01:40,260
fine.

28
00:01:40,820 --> 00:01:42,050
New transaction is fine.

29
00:01:42,380 --> 00:01:45,890
It should actually have a plus element in front of it.

30
00:01:46,190 --> 00:01:48,770
OK, so everything is working fine with him.

31
00:01:49,670 --> 00:01:52,850
OK, so it is fine to just hit save now.

32
00:01:54,380 --> 00:01:57,660
Other than other than your transition, we want to change expenses, right?

33
00:01:58,130 --> 00:02:04,460
We want to change this class name because we want it to be applied on the card and on the books.

34
00:02:04,490 --> 00:02:05,960
So just move it into the cards.

35
00:02:06,890 --> 00:02:07,490
It's you.

36
00:02:08,450 --> 00:02:12,140
No, we had we were unsure income died.

37
00:02:12,150 --> 00:02:18,170
So that's because, again, this should be transaction amount, not transactions amount.

38
00:02:18,800 --> 00:02:20,810
OK, now we have fixed this.

39
00:02:20,810 --> 00:02:26,270
Even so, we just hit save and probably and hopefully they should read at Apple.

40
00:02:26,600 --> 00:02:28,640
So if we just move back into our app now?

41
00:02:29,790 --> 00:02:32,070
And we just refreshed.

42
00:02:34,570 --> 00:02:37,660
OK, so we are still having this balance error.

43
00:02:37,810 --> 00:02:41,770
So let's move into a balance component and see what is the issue with that.

44
00:02:42,220 --> 00:02:44,080
So if you just move into the balance component.

45
00:02:45,240 --> 00:02:46,770
OK, so this should be.

46
00:02:49,560 --> 00:02:50,880
Transactions amount.

47
00:02:55,330 --> 00:02:57,190
So it should be transaction amount.

48
00:02:58,680 --> 00:03:01,230
It's safe again because they're mapping it, right?

49
00:03:01,780 --> 00:03:07,200
So now if you just take a look at that map, we are having a balanced set up correctly.

50
00:03:07,380 --> 00:03:09,580
If you just delete it, our.

51
00:03:10,910 --> 00:03:16,790
Balance is changing right now, we see, again, that there is double minus signs over in terms of expenses.

52
00:03:16,870 --> 00:03:18,380
Now this is what we're talking about back then.

53
00:03:18,770 --> 00:03:23,810
So now let's just move back into Iraq, and that is the issue of the transaction.

54
00:03:24,560 --> 00:03:30,110
So it is the issue of the expense sheet because in the expense you to showing a level minus signs.

55
00:03:31,630 --> 00:03:32,230
So.

56
00:03:34,310 --> 00:03:36,170
Let's just remove this minus sign from here.

57
00:03:39,410 --> 00:03:44,840
And it's and if you just take a look at that, happy having a single minus sign and apart from it,

58
00:03:44,840 --> 00:03:48,050
everything is working fine if I just add one particular element, for example.

59
00:03:48,050 --> 00:03:51,650
But then again, let's just let's back camera this time.

60
00:03:53,120 --> 00:03:57,770
And this camera should fetch me around two, 30 bucks.

61
00:03:58,900 --> 00:04:03,930
And if I just hit transactions, OK, so our balance has changed, our income has changed as well as

62
00:04:03,970 --> 00:04:04,510
expenses.

63
00:04:04,900 --> 00:04:08,170
So we have app ready for deployment, so let's do it.

64
00:04:08,380 --> 00:04:10,600
And for that purpose, they'll be moving into Heroku.
