-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
36 lines (30 loc) · 1.09 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
This file documents the revision history for Perl extension siderDB.
0.06 2023-10-22 22:14:33
- start using Bootstrap framework
- add role Search to handle database searching
- add controller View and link the search page
to the profile page
0.05 2023-10-19 20:35:00
- use dbicdump in order to convert database
schema to perl code
- add model Schema to connect schema to the
controllers
- set controller Root to initialize resultsets
and dynamically define page title
- add controller Search to handle database
queries
- add template wrapper to maintain consistency
of web pages
- add toy dataset and query template
0.04 2023-10-01 22:18:56
- initialize Sqitch configuration
- adopt PostgreSQL as RDBMS for the project
- write database population tables
0.03 2023-09-26 20:38:32
- start dockerizing the application
- add Makefile to manage the project
0.02 2023-09-26 16:30:43
- add LICENSE and README.md
- move from Makefile.PL to cpanfile
0.01 2023-09-26 15:53:07
- initial revision, generated by Catalyst