Skip to content
View Categories
Reference

Reference

8 Docs
Last Updated: September 10, 2025

Project Structure

/databases/: Contains the main database (maindb.db) and project-specific SQLite databases (e.g., MyProject.db). /modules/: Core...

Last Updated: September 10, 2025

Introduction

This document provides a technical overview of the Error Analysis and Tagging App, based...

Last Updated: September 10, 2025

Application Overview

The application is a Flask-based web server for qualitative error analysis of texts. It...

Last Updated: September 10, 2025

Backend Architecture

Initialization: app.py creates the Flask app, loads config.json and environment variables, initializes databases, and...

Last Updated: September 10, 2025

Security

Decorators in modules/webutils.py enforce access control.

Last Updated: September 10, 2025

Database Schema

The app uses SQLite. The main DB (maindb.db) stores users and projects. Each project...

Last Updated: September 10, 2025

API Reference

Endpoints are defined in modules/web/api.py. Tags and annotations Notes and chat AI and NLP...

Last Updated: September 10, 2025

Web Routes (non-API)

Authentication (modules/web/auth.py) Project and file management Main views (modules/web/views.py)