Commit Graph

15 Commits (1f750e133407ad1cafa5dfd8b97ef1e774dd41f2)

Author SHA1 Message Date
Artem-Darius Weber 1f750e1334 feat: add BinarySearchTree and enhance Student class with birth_date and validation methods
4 months ago
Artem-Darius Weber dbd1dfe45d feat: add BinarySearchTree class and integrate birth_date handling in Student class LAB 3 TASK 4
4 months ago
Artem-Darius Weber d392be8d5d refactor: update Student class initialization and validation; add StudentRepository for file operations
4 months ago
Artem-Darius Weber dc752cdf43 feat: add write_txt method to Student class
7 months ago
Artem-Darius Weber acf69c4385 feat: Add read_from_txt method to Student class
7 months ago
Artem-Darius Weber d387e12d7d ref: Extract common functionality into Person superclass
7 months ago
Artem-Darius Weber 611c712b8a feat: add `get_info` method and protected access to key student info
7 months ago
Artem-Darius Weber 8858731565 feat: add constructor for Student class to parse object from string representation
7 months ago
Artem-Darius Weber 1407d3e6fd feat: Add contact validation and secure modification for Student class
7 months ago
Artem-Darius Weber c1ca0ea845 feat: add validation methods for Git link and contact presence
7 months ago
Artem-Darius Weber fca36ccd9d feat: add field validations to Student class and modify constructor
7 months ago
Artem-Darius Weber db00f79e72 feat: add phone number validation to Student class and enforce format checks
7 months ago
Artem-Darius Weber 3161870add refactor: modify Student constructor to accept arguments as a hash for flexibility
7 months ago
Artem-Darius Weber 835a6b7738 feat: add to_s method in Student class for formatted output and create main.rb to instantiate and display Student objects
7 months ago
Artem-Darius Weber 57a51641e7 feat: add Student class with required and optional fields
7 months ago