Vesk
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # **Backlog** ## Stakeholders - Application user: Any person that is able to use the client application. - Application administrator: The person who has access to the server application, which the clients connect to. - Developers: members of the OOPP team who contribute to the project and are assessed for this. - Head TA's and lecturers: they are responsible for setting up the GitLab repository, giving instructions and grading the developers. - The university: it hosts the GitLab repositories. ## Terminology: - Board: it is the interface that a user can read and possibly edit - Card: a single object that has text attributes and can be moved around the board - List: a collection of cards that belong to a certain category, e.g. TODO or Planning - Nested task list: tasks that can be checked and unchecked located in a card - Tag: a category that can be added to a card - Overview (of a board): the positions and attributes of the cards, lists and tags visible to the user - Client - the client application which connects to the server application and to which the users have access to - Active Board (related to the Multi-Board Epic): the board that is currently shown in the Overview and thus the only board which the user can edit right now - Switch (to a board): change the Active Board to another board - List of Boards/Board List (related to the Multi-Board Epic): a list of all of the boards that a user has access to. This list must be able to be opened from the Overview of any board and can be used to swtich to any of the boards on the list. ## Functional Requirements - ### Basic Features - As a user I want to be able to create cards - must have an add card button for each list - after pressing the button the user must be asked about the card's title - should have a delete card button in the pop-up - must have an edit button in the pop-up - As a user I want to be able to edit cards - it should be possible to edit the title of the card from the overview - As a user, I want to be able to delete cards - it must be possible to delete cards from the overview - As a user, I want to move cards - it must be possible to move cards between lists - it must be possible to move cards within a list - As a user I want to be able to create lists - there must be button through which a new list can be created - it must be possible to fill out the list name when creating it - As a user I want to be able to edit lists - it must be possible to rename a list from the overview - As a user I want to be able to delete lists - it must be possible to delete a list from the overview - As a user I want to be able to move lists - it must be possible to move lists around the board (before/after another list(s)) - As a user I want to work on a board with other users - it must be possible to work on the same board with other users at the same time - ### Multi-Board - As a user I want to create more boards, so I can better better organize my tasks and so that not everyone works on the same board - created boards must appear in my List of Boards - creating a board should automatically switch to that board - there could be a "Welcome" page that shows up if you don't have any boards in your Board List which provides the user with an option to create a new board - when a user clicks the "Create a Board" button, a pop-up window requesting the board name must be shown - As a user I want to have convenient access to all of my boards - any boards that a user creates or joins must be added to their local list of boards - a user must then at any point be able to chose a board from that list and switch to it - that local list of boards should be persistent for a user even if they restart their client application - As an admin I want to be able to delete boards - it must not be possible to join that board - the code of the board must be invalidated thereafter - As a user, I want to be able to collaborate with other users on the same board - the overview of the board that I am working on with others must synchronize when someone makes a change - the app should not break/crash when two users make a change to the same part of a board at the same time - any changes made to a board by any user must be saved to the server so they can be retreived when a user opens that board on their client app - those changes must not be lost when the server restarts - As a user, I want to share my board with other users and join other users' boards - for every board that I have access to there must be a code that I can view, so I can send it to others, in order for them to have access to that board as well - when a user enters that board code into their client app, the board must be added to their local list of boards and they must be able to edit any part of the board, or even delete it - ### Additional Card Details - As a user I want to add details to cards through a pop-up - the pop-up should ask for the card description - the pop-up should ask for tags that the card should have - As a user I want to be able to view additional card components - should have a pop-up that displays information about the card - the information must contain the card title - the information should contain the card description - the information should contain the card's tags - the information should contain the nested task list - As a user I want to edit the cards' details through a pop-up - through the edit button in the view card window a new pop-up must appear for editing - it must be possible to edit the title of the card - it should be possible to edit card details - description, nested lists, tags - As a user I want to delete a card through the pop-up - it should be possible to delete cards from the view card window - ### Tag Support - As a user I want to be able to create tags - it should be possible to create a new tag, which is automatically added to the card - As a user I want to be able to add and remove tags from cards - it should be possible to add an existing tag to a card - it should be possible to remove a tag from a card - As a user I want to be able to manage tags for the whole board - it could be possible to add and delete a tag in the board settings - ### Customization (Background, Tag colors) - As a user I want to be able to edit boards - it could be possible to change the board's name - it should be possible to customize the board's visual appearance (background colors, visible key shortcuts) through a board settings page/pop-up - ### Keyboard shortcuts - As a user I want to be able to manage the board using shortcuts - it should be possible to add cards and lists using shortcuts - it could be possible to add tags using shortcuts - it could be possible to move cards using shortcuts - it could be possible to create and join boards using shortcuts - ### Protected Boards - As a user, I should be able to determine what kind of access to give to other users when I share a board with them - there should also be a second kind of code which provides only "read" permissions for the board, which allows a user to see any part of the board, but does not allow them to edit anything on there - if a user has only entered a read code for a board they should be able to view that read code, so they can share it with others, but they should not have access to a read/write code - if a user has read persmissions to a board and they enter a read/write code for that same board, they should automatically be "upgraded" to have read/write privilages to that board (the board should not show up twice in their list of boards) - if a user has read/write persission for a board they should be able to view (and thus be able to share) both the read code and the read/write code for that board - ### Manage Server - As an administrator, I want to be able to restart the server - there should be some sort of GUI or CLI that allows you to restart the server and see the codes of all boards, which also means that the admin will be able to modify any boards on the server ## Non-functional Requirements ### Product - A database must be used to store the server's data - The client must connect to the server in order to access a board - The server must be able to server multiple clients simultaneously - Updates to the overview should appear in less than three seconds - The application should run in an environment with at least 2GB of available RAM - The user interface must be easy to navigate and understand ### Organisational - Java SE 19 should be used - JavaFX and Spring Boot must be used - Libraries with critical vulnerabilities must not be used - Interfaces must be documented using JavaDoc ### External - The application should run successfully and meet all requirements regardless of operating system and architecture - A license can be used

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully