Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Concept of the Storyboard written on C++14

License

NotificationsYou must be signed in to change notification settings

olpotkin/storyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concept of the Storyboard

In this project simple Storyboard is designed. Initial version of the Storyboard contains arbitrary many notes (imagine it like putting sticky notes on a board).

Every note has atitle, atext and a set oftags.
Example:

  • title: "Test Traceplayer"
  • text: "Implement a unit test for the class Traceplayer of the spark core framework."
  • tags: {"unit test", "traceplayer", "testing", "spark core"}

Storyboard should enable tosearch for notes bytitle,text andtags.
Example:

  • searchByTitle("Test Traceplayer")
  • searchByTag({"testing"})
  • searchByText("Implement a unit test for the class Traceplayer of the spark core framework.")

For the sake of simplicity no need to do any similiarity or prefix matching when searching for a title, tag or text. Only an exact match should give results.

Unit teast are also available.
Performance analysis provided for Storyboard class methods.

About

Concept of the Storyboard written on C++14

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp