So far I've made the ERD, Models and Database entries for each entity. Planning to make serializers for JSON formatting, views for CRUD operations, and urls to connect for backend to frontend connection.
So far I've made the ERD, Models and Database entries for each entity. Planning to make serializers for JSON formatting, views for CRUD operations, and urls to connect for backend to frontend connection.
The increased overhead may cause performance issues if there's many users (2/2).
The increased overhead may cause performance issues if there's many users (2/2).
I was unable to get the message to send with images and text, It instead returns an axios error - bad request.
I was unable to get the message to send with images and text, It instead returns an axios error - bad request.
Planning to make a profile page for users to update their work details and profile pictures whilst getting an all-in-one summary of their files, conversations, task scheduling and meetings.
Example:
Planning to make a profile page for users to update their work details and profile pictures whilst getting an all-in-one summary of their files, conversations, task scheduling and meetings.
Example:
I'll try to create some profile image variation with Django's media files assigned to each user at random (1/2).
I'll try to create some profile image variation with Django's media files assigned to each user at random (1/2).
Unsure which approach is best.
Unsure which approach is best.
Its been a while since I've consistency completed my journaling. Have been procrastinating and dreading moving each of my post over here until now.
Its been a while since I've consistency completed my journaling. Have been procrastinating and dreading moving each of my post over here until now.
I studied the django REST framework tutorial to advance my API implementation for improved usage User and Snippet Serializers. I wanted to convert Django models into JSON so react can parse table information that is easy to display and readable (e.g, flight time objects)
I studied the django REST framework tutorial to advance my API implementation for improved usage User and Snippet Serializers. I wanted to convert Django models into JSON so react can parse table information that is easy to display and readable (e.g, flight time objects)
For my workplace communication software I wanted to ensure the task section was interchangeable:
Example: Users can freely edit due dates, tags, attachments, descriptions, titles and participants. Unfortunately this added too much complexity to the app.
For my workplace communication software I wanted to ensure the task section was interchangeable:
Example: Users can freely edit due dates, tags, attachments, descriptions, titles and participants. Unfortunately this added too much complexity to the app.
I created tables for Task, Column, Task Comments and Task attachments.
Additionally, I included a TaskSerializer to convert Query sets into JSON data that can be parsed through the API. I'm using a ModelSerializer so manually naming fields isn't necessary.
I created tables for Task, Column, Task Comments and Task attachments.
Additionally, I included a TaskSerializer to convert Query sets into JSON data that can be parsed through the API. I'm using a ModelSerializer so manually naming fields isn't necessary.
I'll ensure the display are separate between 'Group Info' and 'User Profile' interchangeably and may include an upgrade popup at the bottom right to make up for the white space.
Having issues with web responsiveness/scalability on tablets. May do a redesign for it.
I'll ensure the display are separate between 'Group Info' and 'User Profile' interchangeably and may include an upgrade popup at the bottom right to make up for the white space.
Having issues with web responsiveness/scalability on tablets. May do a redesign for it.
Completed the desktop + mobile frontend chat page prototype for business communication website 'Chorus'; some slight adjustments to the Figma design, specifically the 'User Profile' and 'Group Chat' panels on the right section of the page as it will not fit. Made placeholder chats
Completed the desktop + mobile frontend chat page prototype for business communication website 'Chorus'; some slight adjustments to the Figma design, specifically the 'User Profile' and 'Group Chat' panels on the right section of the page as it will not fit. Made placeholder chats
I'm still figuring out how I want the images to be compressed, saved and presented on a image/document displayer.
I'm still figuring out how I want the images to be compressed, saved and presented on a image/document displayer.
Created the desktop + mobile layout for the file management system in Figma. I wanted to make sure all information is presented in a readable and simplistic format
The image icon placeholders will have actual images instead. Name changed to 'Chorus', Color = Teal.
Created the desktop + mobile layout for the file management system in Figma. I wanted to make sure all information is presented in a readable and simplistic format
The image icon placeholders will have actual images instead. Name changed to 'Chorus', Color = Teal.
Created the Desktop + Mobile Tasks page mockup for the business communication website.
Might include a timeline and adjust the display layout for list/flowchart layout. I removed the idea for notes page as tasks already fulfils it (Can be a feature in dashboard?).
Created the Desktop + Mobile Tasks page mockup for the business communication website.
Might include a timeline and adjust the display layout for list/flowchart layout. I removed the idea for notes page as tasks already fulfils it (Can be a feature in dashboard?).
Added prototype Desktop + Mobile pages for Calendar and Meeting Pages.
Currently not too satisfied with participants section and bottom-row user participants display of the meeting page.
I'm planning to include another set of designs to introduce dark mode.
Added prototype Desktop + Mobile pages for Calendar and Meeting Pages.
Currently not too satisfied with participants section and bottom-row user participants display of the meeting page.
I'm planning to include another set of designs to introduce dark mode.
Planning to make business collaboration and communication website with embedded CRM features. I intend to learn more about state management and WebSockets using Socket IO or other WebSocket APIs to establish connections.
Made progress on Figma for chat dashboard section.
Planning to make business collaboration and communication website with embedded CRM features. I intend to learn more about state management and WebSockets using Socket IO or other WebSocket APIs to establish connections.
Made progress on Figma for chat dashboard section.
I Implemented useReducer research from react documentation, allowing for better state management and proper debugging & validation testing.
Example: I used a reducer for creating, editing and deleting list items for an Itinerary. Also used in chatroom.
I Implemented useReducer research from react documentation, allowing for better state management and proper debugging & validation testing.
Example: I used a reducer for creating, editing and deleting list items for an Itinerary. Also used in chatroom.
By sharing the functionality of use states from children to parent, each child component is no longer independent (now collective).
Using onShow and isActive properties combined, I understood how to show dropdowns referencing the index, like an accordion.
By sharing the functionality of use states from children to parent, each child component is no longer independent (now collective).
Using onShow and isActive properties combined, I understood how to show dropdowns referencing the index, like an accordion.
I studied sharing between, preserving, and resetting
react states.
Through react documentation I constructed, tested an accordion that initially had separate states, then merged into a collective state by moving the states and functionality to the parent node.
I studied sharing between, preserving, and resetting
react states.
Through react documentation I constructed, tested an accordion that initially had separate states, then merged into a collective state by moving the states and functionality to the parent node.
Took a break to setup my new computer and install the necessary software applications and import files from my old device.
Took a break to setup my new computer and install the necessary software applications and import files from my old device.
Explored React Documentation to practice and revise updating Arrays and Objects in State. I researched and noted how React snapshot state functioned including best practices for handling array data (e.g., creating and settings copies of original arrays to ensure it is immutable).
Explored React Documentation to practice and revise updating Arrays and Objects in State. I researched and noted how React snapshot state functioned including best practices for handling array data (e.g., creating and settings copies of original arrays to ensure it is immutable).
Created a Tic Tac Toe game by following React Step-by-Step Documentation.
I wanted to refresh my complete understanding about react useStates, useEffect, and props before increasing the complexity of the full stack implementation of the flights booking website.
Created a Tic Tac Toe game by following React Step-by-Step Documentation.
I wanted to refresh my complete understanding about react useStates, useEffect, and props before increasing the complexity of the full stack implementation of the flights booking website.