Fading Coder

One Final Commit for the Last Sprint

Automating Weekly Planning Documents: Extracting and Merging Information Windows with Theme Knowledge

This project automates the extraction and merging of two document types—"Information Windows" and "Theme Knowledge"—into a unified horizontal A4 format for classroom wall displays. The workflow consolidates multiple processing steps intto a streamlined pipeline. Processing Pipel...

Building a Universal Document Viewer Component in Vue.js

<template> <div class="document-viewer"> <!-- DOCX/XLSX Container --> <div v-show="activeCategory === 'word' || activeCategory === 'spreadsheet'" ref="documentContainer" class="document-wrapper" :style="{ height: viewerHeight + 'px' }...