generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject-data.json
50 lines (50 loc) · 6.72 KB
/
project-data.json
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
{
"project": "Daily Task App - Voyage 47 Tier 1 Team 04",
"description": "Our Voyage team was asked to build an app which allows the user to create tasks, assign them a date, priority, frequency, and track their completion. Users can also delete or update tasks. The team was provided with a dataset, which was parsed and displayed in an interface that allows users to sort by category, activity type, and individual tasks.",
"position": "Product Owner / Developer",
"image": "./docs/Images/screenshot.png",
"language": {
"reason": "The Minimum Viable Product of this application allows users to create tasks, assign them a date, priority, frequency, and track their completion. ",
"language": [
"Figma",
"html",
"CSS",
"Vite",
"Modular Javascript",
"model view controller",
"scrum"
]
},
"project_goal": [
{
"title": "Incorporate Dataset",
"goal": "The team was provided with a dataset, which was parsed and displayed in an interface that allows users to sort by category, activity type, and individual tasks.",
"description": "The team was provided with a dataset, which was parsed and displayed in an intuitive interface that allows users to sort by category, activity type, and individual tasks. This interactive system enhances data accessibility and usability by enabling users to efficiently organize and filter information according to their specific needs. For instance, users can quickly sort through the dataset to find relevant tasks under a specific category, drill down to particular activity types, or locate individual tasks. Ideal for project managers, analysts, and team members, this interface ensures that all data is readily available and manageable, fostering a more organized and productive workflow."
},
{
"title": "Filter By Category",
"goal": "Within each category, the system should categorize tasks further into activity types, forming an array of these types.",
"description": "Within each category, the system should further organize tasks into specific activity types, creating a structured array of these types. This additional layer of categorization ensures that tasks are not just grouped by broad categories but also segmented into precise activity types, enhancing clarity and management. For example, within a 'Work' category, tasks could be divided into 'Meetings,' 'Reports,' 'Emails,' and 'Research,' providing a granular view of your responsibilities. This systematic organization benefits anyone looking to streamline their workflow, enabling efficient task prioritization and completion. Ideal for professionals, students, and productivity enthusiasts, this feature ensures a well-ordered and comprehensive approach to daily task management."
},
{
"title": "Detailed Tasks",
"goal": "Task Detailed Description: A comprehensive description or details about the task.",
"description": "Task Detailed Description: Provide a thorough and comprehensive description or detailed information about the task at hand. This includes outlining the objectives, steps involved, expected outcomes, and any specific requirements or criteria that need to be met. Whether you're working on a project, assignment, or any other activity, this detailed description ensures clarity and understanding, helping you to execute the task efficiently and effectively. Ideal for project managers, team members, students, and professionals, this resource helps in achieving a clear and organized approach to any given task."
},
{
"title": "Daily Checklist",
"goal": "Automatically generate a daily checklist for tasks based on a matrix of categories and tasks listed against days of the month.",
"description": "Automatically generate a daily checklist for tasks based on a matrix of categories and tasks listed against days of the month. This intelligent system organizes your tasks into specific categories and systematically maps them across the days of the month, ensuring you have a clear and actionable plan each day. Whether it's work-related duties, personal goals, or routine chores, this automated feature provides a structured and efficient way to manage your daily responsibilities. Perfect for busy professionals, students, and anyone looking to enhance their productivity, this tool ensures you stay on top of your tasks with minimal effort."
}
],
"visual_identification": {
"reason": "Our application consists of a beautiful design that was implemented with Figma along with HTML and CSS to create a visually appealing and user-friendly interface. The design elements include a clean and modern layout, intuitive navigation, and interactive features that enhance the user experience. The color scheme, typography, and visual elements were carefully selected to create a cohesive and engaging design that reflects the app's functionality and purpose. The result is a visually stunning and user-friendly interface that is both aesthetically pleasing and easy to use.",
"fonts": ["Montserrat", "sans-serif"],
"colors": ["White", "Orange", "Blue", "Black", "Purple"]
},
"challenge_solution": {
"challenge": "I signed up during this Voyage to be a Product Owner and took the time to build out a project that would be a great learning experience for the team. I wanted to ensure that the team had a clear understanding of the project requirements and goals, and that they were able to work together effectively to deliver a high-quality product. I also wanted to provide guidance and support to the team throughout the project, helping them to overcome any challenges they faced and achieve their full potential. I believe that by taking on this role, I was able to contribute to the success of the project and help the team to develop their skills and knowledge in a supportive and collaborative environment. While it was not my intention to become a developer, we wound up losing a developer and I had to step in to help the team complete the project.",
"solution": "The team worked together to build an app that met the project requirements and goals, incorporating the dataset provided and creating an interface that allowed users to sort by category, activity type, and individual tasks. We used Figma to design the app and HTML and CSS to implement the design. We also used Vite and modular JavaScript to create a model-view-controller architecture that organized the codebase and made it easier to maintain and update. By working together and supporting each other, the team was able to overcome the challenges we faced and deliver a high-quality product that met the client's needs. I am proud of what we accomplished and grateful for the opportunity to work with such a talented and dedicated team."
},
"wireframe": "./docs/Images/wireframe.png"
}