Skip to content

brucethagwana/truthtable

Repository files navigation

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Visual Studio 2022 C++ Static Badge Static Badge Static Badge

Truth Table: A Logic Expression Evaluator

A truth table is a fundamental tool in logic and mathematics, used to determine the functional values of logical expressions based on the truth values of their component variables. It helps visualize how the truth or falsity of a compound statement is derived from the truth or falsity of its simpler parts.

To generate a truth table, you simply provide a logical expression or statement, such as:

P AND Q P OR NOT Q (P IF THEN Q) IF AND ONLY IF (NOT P OR Q)

Once you provide the expression, our tool constructs the truth table displaying all possible truth values (TRUE[T] or FALSE[F]) for the variables and the resulting truth value for the entire expression.

🚀 App Development & Refinement Status

This section provides an overview of our progress in the development and refinement phase. We aim for transparency and regular updates.

Current Tech Stack

This application is being developed using the following core technologies:

  • Backend Framework: Django
  • Primary Language: Python
  • Database: PostgreSQL, PGVector
  • Frontend Templating: Django Templates
  • Styling: Tailwind CSS
  • Deployment: Docker, AWS EC2

Testing Stack

Our testing strategy employs a multi-layered approach to ensure the robustness, reliability, and user-friendliness of the 'Truth Table' App. We utilize a combination of unit, integration, API, and end-to-end tests, leveraging specific tools for each level:

  • Unit & Integration Testing (Backend - Pytest-Django):
    • Goal: To verify individual components (units) of the Django backend work as expected in isolation, and that integrated modules function correctly together.
    • Tool: Pytest with Pytest-Django
  • API Testing (Postman):
    • Goal: To ensure that the backend API endpoints function correctly, return expected data formats, handle various HTTP methods, and enforce security policies. This bridges the gap between backend logic and frontend consumption.
    • Tool: Postman
  • End-to-End Testing (Frontend & User Flows - Cypress):
    • Goal: To simulate real user interactions and verify that the entire application, from frontend UI to backend logic and database, functions correctly as a cohesive system. This ensures critical user journeys are unbroken.
    • Tool: Cypress

Key Development Milestones

  • Core Feature Implementation

    • User Authentication (Sign-up, Login, Password Reset): ✅ Completed
    • Data Persistence: ✅ Completed
    • Core Business Logic Functionality: 🚧 In Progress (Estimated 60% done)
    • User Profile Management: 🚧 In Progress (Estimated 35% done)
  • UI/UX Design & Integration

    • Initial Wireframes & Mockups: 🚧 In Progress
    • High-Fidelity UI Design: 🚧 In Progress (Feedback currently being integrated)
    • Front-end Component Development: 🚧 In Progress (Estimated 55% done)
    • Responsive Design Adaptation: 🚧 In Progress
  • Bug Fixing & Performance Optimization

    • Initial Bug Bash & Reporting: ✅ Completed
    • Critical Bug Fixes (Release Blocker): 🚧 In Progress
    • Performance Profiling & Optimization: 🚧 In Progress
  • Testing Phase

    • Unit Tests for Core Business Logic: 🚧 In Progress (65% coverage)
    • Integration Tests for API Endpoints: 🚧 In Progress (Targeting 60% coverage by [9/15/2025])
    • User Acceptance Testing (UAT) Prep: ❌ Not Started
  • Refinement & Polishing

    • Accessibility Review: ❌ Not Started
    • Internationalization (i18n) Readiness: 🚧 In Progress
    • Animation & Transformation Enhancements: ❌ Planned

Current Sprint/Focus

Sprint #3: Core Business Logic & Profile Management

  • Strategic Reprioritization: Truth Table App Development Paused: ⏩ Blocked

Progress on the Truth Table app is currently on hold as I'm strategically re-directing my efforts toward advanced human-centric AI development. This pivot is aimed at pioneering new frontiers in AI understanding and interaction, ensuring my capabilities remain at the cutting edge of the industry's evolution demands.

I'm establishing a revised timeline for the Truth Table app's resumption and I'll communicate updates as they become available. For more context on this strategic shift, please refer to this detailed overview.

Latest Updates

  • July 21, 2025: Homepage integrated: Providing a centralized project overview with robust user authentication capabilities.
  • June 30, 2025: Work on the Truth Table project has been temporarily suspended.
  • June 17, 2025: Completed integration for data persistence.
  • June 13, 2025: Addressed critical login bug affecting certain user accounts.
  • June 9, 2025: Began work on real-time core business logic functionality.

Legend

  • Completed: This task/milestone has been successfully finished.
  • 🚧 In Progress: Work is actively being done on this task.
  • Not Started / Planned: This task is planned for future development.
  • Blocked: This task cannot proceed due to an external dependency or issue.

Looking Ahead

Our next major goal is to achieve a stable beta version by [10/25/2025], followed by extensive user testing.

License / Credits

Copyright © 2024 Bruce R. Thagwana. All rights reserved.