Back to projects

Seymour Legal - Easement and Servitude Portal

Seymour Legal is a comprehensive web platform designed to help lawyers efficiently manage client matters and digitize their handwritten legal work. The platform enables legal professionals to track case statuses, organize case details, and streamline workflow management.

seymour-legal-login-page

About this project

Seymour Legal is a comprehensive web-based platform designed to help legal professionals manage easement-related cases and client matters efficiently. The platform digitizes traditionally manual legal processes and provides a centralized system for tracking case progress, managing client data, and handling complex legal workflows.

This platform acts as an internal admin system that supports lawyers and legal teams in managing such cases from initiation to completion.
Tech-Stack

Frontend: React JS, Typescript, React-Bootstrap
Backend: Node.js, MongoDB

In the Seymour Legal project, I worked on a dynamic “Edit Easement” feature where form fields changed based on different statuses. Over time, the code became hard to maintain due to repeated logic and scattered validation.

I refactored the feature by implementing a dynamic form architecture using Formik, where fields and validations were driven by API configurations. I centralized validation using reusable schemas and modularized the UI into smaller components like finance, notes, and status sections.


Figma Link:
https://www.figma.com/design/WrOrQsoV2NgWRKpx9QAISi/Seymour-Legal-Easement?node-id=0-1&p=f
This is figma design of Seymour Legal, I worked on Edit Easement module and implemented design of Export module with working functionality and necessary API integration