Open drewreed2005 opened 10 months ago
Current concern: It would be ideal to have teacher and student be roles for an overall User class to have, but certain attributes must differ between students and teachers due to the nature of their accounts. We are working as a group to decide how to handle this. It would also be good to find a way to represent the HTML contents of an assignment post. See the draw.io diagram below:
Edits: ADD PARENT CLASS w/ username, add Student GRAD year
Parent class for both:
public class rUser {
private String username;
private String password; //encrypted
private String firstName;
private String lastName;
private ArrayList<ClassPeriod> periods;
//...
}
Backend Ideation Assets and Planning
Reply to this with the things! Whoopee!