Rest of my posts

2023-07-18
Repoository Name: TuRinconiOS
First commit: HomeVC, LoginVC started. User can click between these VC, login with email and password. YourRinconsVC is accessed on successful login, but nothing there yet.
2023-07-18
Repoository Name: TuRinconiOS
YourRinconVc filename changed to YourRinconsVC
2023-07-18
Repoository Name: TuRinconiOS
Saves user credentials with remember me; on login YourRinconsVC displays users rincons;
2023-07-18
Repoository Name: TuRinconiOS
Logged in user can access a rincon and see a list of dates from that rincon; RinconVC uses UITableViewCell; next step custom UITableViewCell;
2023-07-18
Repoository Name: TuRinconiOS
RinconVC has simple custom UITableViewCell, PostCell; next step work on PostCell to display feed;
2023-07-18
Repoository Name: TuRinconiOS
Post text label in PostCell sizing correctly; Images and spinners correctly requested and added/removed from PostCell;
2023-07-18
Repoository Name: TuRinconiOS
UserInteraction: commentView has comment bubble and comment count, likeView has thumbs up and like count; but commenView button and likeView buttons respond; like button adds like; comment button needs work to add a UITextField for user to add a comment
2023-07-17
Repoository Name: TuRinconiOS
Initial Commit
2023-07-09
Repoository Name: tuRincon
replaced CONFIG_TYPE with FLASK_CONFIG_TYPE;
2023-07-08
Repoository Name: TuRincon01Api
changed CONFIG_TYPE to FLASK_CONFIG_TYPE;
2023-07-08
Repoository Name: habitTracker
bp_users routes: permanent_session_lifetime=31 days;
Show: 10, 100, All