-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Dawid Stankiewicz edited this page Aug 6, 2016
·
6 revisions
The web application in Java. As the title suggests it is a web forum.
- Creating a user profile at /registration.
- Display of user profiles at /user/{username} or /user/id/{id}. Display your own profile at /myprofile.
- Editing your profile at /myprofile/edit.
- Removal user profile at /myprofile/delete. This operation requires a password confirmation.
- Display lists of on the homepage: all existing sections, recent topics, recent posts.
- Display all topics from section at /section/{id}.
- Display topic and posts at /topic/{id}.