Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

final project #178

Open
48 of 85 tasks
Debi312 opened this issue Jul 30, 2024 · 0 comments
Open
48 of 85 tasks

final project #178

Debi312 opened this issue Jul 30, 2024 · 0 comments
Assignees

Comments

@Debi312
Copy link
Collaborator

Debi312 commented Jul 30, 2024

Web Development Project Checklist: LEVEL UP

Initial Setup

  1. Define the Project Idea

    • Develop a clear project vision.
    • Define the main objectives and scope.
  2. Design UI/UX in Figma

    • Develop initial wireframes for key screens.
    • Ensure all user flows are covered.
  3. Write Data Models

    • Define the necessary data models for the application.
  4. Documentation: README.md

    • Document the project with key information including:
      • Global: Project title, description, and usage.
      • API: Documentation of API endpoints.
      • Test Coverage: Include information on test coverage and how to run tests.
  5. Initialize the Project

    • Set up the project and install necessary dependencies:
      • Frontend Framework: Install and configure (e.g., React, Vite).
      • Backend Framework: Set up Express or similar.
      • Database: Install and configure (e.g., MongoDB).
      • Styling: Install and configure TailwindCSS or similar.

API

Data Models

  1. Define Data Models

    • Create models for:
      • User
      • Post
      • Comment
      • Result
      • Workout
      • Movement
  2. Install Dependencies

    • Install required packages:
      • Bcrypt
      • Cors
      • MongoDB
      • Express
      • Mongoose
      • Jsonwebtoken
      • Dotenv
      • Mocha & Chai
      • Coverage Tools (e.g., C8, Monocart-Coverage-Reports)
  3. Create .env File

    • Add environment variables for configuration.
  4. Create com Folder

    • Manage validation and error handling.

Logic Implementation

  1. User Management Logic

    • Implement logic for:
      • User Registration
      • Authentication
      • Account Closure
  2. Post Management Logic

    • Implement logic for:
      • Create Post
      • Get All Posts
      • Get Post
      • Add Comment
      • View Comments
  3. Result Management Logic

    • Implement logic for:
      • Record Result
      • Update Result
      • Get Result
      • Get All Results
      • Delete Result
  4. Workout Management Logic

    • Implement logic for:
      • Get Random Workout

Handlers/Controllers

  1. Create Handlers for Each Logic
    • Implement handlers or controllers for each logical component.

Routes and Queries

  1. Generate Routes
    • Set up routes to handle queries or requests to the database.

APP

  1. Apply Logic to Frontend

    • Integrate end-to-end logic with the frontend.
  2. Create Pages

    • Set up the following pages:
      • Home: Landing page providing overview and navigation.
      • Login: Authentication page for user login.
      • Register: Registration page for new users.
      • Feed: Page to view and interact with individual posts.
      • Workouts: Page to create new posts and get random workouts.
      • Achievements: Page to manage and edit results.

Component Creation

  1. Create Components

    • Set up components in the following folders:
      • Core: Essential reusable components.
      • Library: Shared components and utilities.
      • Pages: Components specific to pages.
  2. Implement Logic Folder

    • Develop the logic folder to handle data flow between client and server.
@Debi312 Debi312 self-assigned this Jul 30, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Jul 30, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Jul 31, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Jul 31, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 4, 2024
…egister logics; create Button, Heading and Field core components and it styles; add Register and Login and Home view b00tc4mp#178
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 4, 2024
…rkout, and Feed new views; add Footer and Header components with styles b00tc4mp#178
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 5, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 7, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 8, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 12, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 16, 2024
…; add WorkoutDetails, CreatePostForm, ResultsList, PostList compo in app with styles; reorganise project files b00tc4mp#178
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 17, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 18, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 20, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 22, 2024
…with test sh and spec; add EditResultForm compo in app b00tc4mp#178
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 22, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 25, 2024
…ails compo with styles in app; implement soft delete results in deleteResult logic b00tc4mp#178
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 25, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 27, 2024
… in app and api; Comments compo in app with styles; resolve issue in updateResult API logic b00tc4mp#178
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 27, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 27, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 27, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 28, 2024
…lues for time inputs in CreatePostForm and EditPostForm; reformatted code for better readability (spacing and line breaks); manage active: true/false in deleteResult spec test; add error cases to handle 0 values updateResult and createPost spec test b00tc4mp#178
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 29, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 29, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 29, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Aug 29, 2024
Debi312 added a commit to Debi312/isdi-parttime-202403 that referenced this issue Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant