index
:
FMI/nowayforward_human
master
A copy of the wayback machine site made as a WEB project for a FMI course
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Adjusted the time and date to match BG time
Georgi Nikolov
2025-01-19
1
-1
/
+1
|
*
feat(models/webpage): Fix logic for get_all
Syndamia
2025-01-19
2
-3
/
+4
|
*
feat(models/webpage): Add functions for getting all archives and updating ↵
Syndamia
2025-01-19
1
-1
/
+17
|
|
|
|
the visits count
*
feat(database): Add an update record function
Syndamia
2025-01-19
1
-1
/
+8
|
*
feat(models): Separate user and webpage out of database
Syndamia
2025-01-19
3
-58
/
+64
|
*
feat(database): Update _get_all to include an additional query and add ↵
Syndamia
2025-01-19
1
-3
/
+11
|
|
|
|
mostVisited function to Webpage
*
fix: Rename Webpage to Webpages and remove unique path constraint
Syndamia
2025-01-19
1
-2
/
+2
|
*
feat(database): Implement Webpage class
Syndamia
2025-01-19
1
-0
/
+24
|
*
feat(database): Created a generic Table class
Syndamia
2025-01-19
1
-21
/
+46
|
*
feat(database): Return user id upon creation
Syndamia
2025-01-19
1
-1
/
+5
|
*
feat(models): Implement database model with User table binding
Syndamia
2025-01-19
1
-0
/
+50