DoStini / FEUP-AEDA-proj

MIT License
0 stars 0 forks source link

Create functions in the approppriate classes to print relevant but short information #24

Closed Homailot closed 4 years ago

Homailot commented 4 years ago

As shown here:

For Streamers (same as Users):

https://github.com/DoStini/FEUP-AEDA-proj/blob/4aef47f62ede3f46cbafa1ed35fc900042c786a5/src/Accounts/ViewerAcc.cpp#L248-L253

For LiveStreams:

https://github.com/DoStini/FEUP-AEDA-proj/blob/4aef47f62ede3f46cbafa1ed35fc900042c786a5/src/Accounts/ViewerAcc.cpp#L171-L175

https://github.com/DoStini/FEUP-AEDA-proj/blob/4aef47f62ede3f46cbafa1ed35fc900042c786a5/src/Accounts/Account.cpp#L299-L303

For Users:

https://github.com/DoStini/FEUP-AEDA-proj/blob/4aef47f62ede3f46cbafa1ed35fc900042c786a5/src/Accounts/Account.cpp#L353-L357

Homailot commented 4 years ago

Also create functions to print relevant and longer information (date joined/created, viewers in streams, stream genre, ....)

Andrepereira2001 commented 4 years ago

So you want functions in the User/Streams class to get acess to relevant information? Or a function in account to print that information?

DoStini commented 4 years ago

Just to print i guess like shortDescription and longDescription

Andrepereira2001 commented 4 years ago

Fixed and created getShortDescription() , getLongDescription() ...