Help for ewery page
There is possibility to create global help on every page. This must be tested with multible events when put in production (or beforehand).
-
24 25 import fi.codecrew.moya.enums.ValidLocale; 26 27 import javax.persistence.*; 28 import java.util.Calendar; 29 import java.util.Date; 30 import java.util.Locale; 31 32 /** 33 * Group for lectures, so you can set limits how many of these the user can 34 * choose 35 */ 36 @Entity 37 @Table(name = "help_texts") 38 public class HelpText extends GenericEntity implements Cloneable { 39 -
Joko Cloneable pois, tai clone() toteutus
-
-
22 */ 23 package fi.codecrew.moya.model; 24 25 import javax.persistence.Column; 26 import javax.persistence.Entity; 27 import javax.persistence.Table; 28 29 /** 30 * Group for lectures, so you can set limits how many of these the user can 31 * choose 32 */ 33 @Entity 34 @Table(name = "helps") 35 public class Help extends GenericEntity implements Cloneable { 36 37 private static final long serialVersionUID = 1L; -
Cloneable pois, tai clone() funktio
-
-
21 * and open the template in the editor. 22 */ 23 package fi.codecrew.moya.model; 24 25 import javax.persistence.*; 26 import java.util.Date; 27 28 /** 29 * Group for lectures, so you can set limits how many of these the user can 30 * choose 31 */ 32 @Entity 33 @Table(name = "help_text_histories") 34 public class HelpTextHistory extends GenericEntity implements Cloneable { 35 36 private static final long serialVersionUID = 1L; -
Cloneable pois tai clone() funktion toteutus
-
-
-
-
Added 10 commits:
-
87b3069b...d83e9d33 - 6 commits from branch
codecrew:master - 27d59c15 - database and basic functionality
- dd17005a - help thingy, now there can be global help on every page
- ed108d3b - mergerequest fixes
- 0942632a - mergerequestfixes
Toggle commit list -
87b3069b...d83e9d33 - 6 commits from branch
-
-
-
Status changed to merged
Toggle commit list
-
Please register or sign in to post a comment