- properties will be listed by property types
- each properties will have their own special ID
- MVC(Model-View-Controller) pattern GUI (its best to take advantage of this and make it user friendly)
- save and load properties can be saved as txt file
- create more admin accounts
- can configure on all properties projects(view/comments/remove/add)
- can view a report
- list of properties in the system
- list of property according to their property type
- list of property accroding to owner
- list of inactive property and who are the tenant (rented out)
- list of active property (no tenant yet/prev tenent moved out)
- list of projects/posts with comments
- list of facilities
- list or publish their properties projects
- can edit their published projects (set to hidden/edit texts/ add or remove pictures)
- can view listt of projects
Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the bin
folder by default.
If you want to customize the folder structure, open
.vscode/settings.json
and update the related settings there.
The JAVA PROJECTS
view allows you to manage your dependencies. More details can be found here.
After you clone the repository, right click the GUI.java and click on run, it will then add the GUI.java build setting into launch.json. After that find the one you have added and change the name from "Launch GUI" to "Launch_GUI_URNAME" and copy the content in the parentheses, do not copy the parentheses ( "vmArgs": "--module-path javafx-sdk-11.0.2\lib --add-modules javafx.controls,javafx.fxml" ) and paste it below the ( "mainClass": "GUI", ) line.