-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog.txt
More file actions
79 lines (62 loc) · 2.75 KB
/
log.txt
File metadata and controls
79 lines (62 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Diary of What I did.
Now I know using namespace std; is not ideal, but it saves time for the purpose of these exersises.
11.May
-Started on app00,
-Defined Business, Product and User
-Next define UI, Show products, step into product to delete, update ...
-Next Next, add clients and add a queue to accept incoming request
I wanted to log my hours but I forgot to count
12.May
-problem with duplicate in compilation, so for now isNumeric1 and isNumeric will hold
-defined transaction and clients, need to create interface and then store transaction in csv file log
-create a thread also.
-[more fun than i expected]
-Next algorithms to transactions
13.May
-problem of duplicated not looked into.... for last
-transactions accomplished, can make CSV file later today....
-threads are working, just need to stop user input so doesnt interfere with UI
--NEED to work on, better UI, but im not a front end dev.
-UI is better√
-csv ok
-thread stopping input of text,
-open and close business, + thread handling
14.May
-THRead mutex added, stopping input of text while waiting for 'open' cmd
-close bsn not implement, problem would be dealing with memory 'delete' becuase no transaction would be created and client would be lost
-another good moring.
15.May
-Long 8hr drive.
-Testing on linux, my binary makeClass does not run.....
-Learning CMake
-Fixed minor bugs on app00, now can say fininshed
-Brainstorming for app01- Hospital.
Stay tuned.
16.May
NOW After lunch break, so far,
-added classes constructor ect.
-working on UI this afternoon (before it gets serious)
17.May
Today it got messy
-Ui is long, but its there and working. admin can do all, patient needs to connect to doctor.
18.May
Thursday monring, looking back at the code, things to/can improve but overall it works. Especially for a one man team.
-Need to implement the final touches of Appointment, Rooms and Patient/Doctor connection
-End of day, if finished project, can look into Cmake
-Friday/Saterday/sunday for last project.
-end of the day almost, got quite long the code.... learned better for next time.
-csv file does not update user, we can try to. going to try to implement openai chat now.
-Update csv is good, not interaction with api, need to set up key.
-Doctor is minimal, but working. Time to move on. Good night
19.May
-Starting videojuejos. Planning
-not a front end ui, but man im i piicky.
-i want to set up filter usage & ui before defining the game.
-filter good, ui good, good setup overall. did not overcomplicated. learned from previous app00 & app01
-tomorrow init gameplay
20.May
-Started by implementing the executable for cube.
-nnow need to add teh correct header to link it with cpp, User and score.
-Pretty much complete. But does it compile!?
21 May
-Cmake config + adding compilation flags