Skip to content

Ievgien iaroshenko #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6510200
initial template
Ievgien May 26, 2025
0b1be25
add server and routing
Ievgien May 26, 2025
65e5068
add meaningull blogs
Ievgien May 26, 2025
e2504f2
remove hardcoded blogs
Ievgien May 26, 2025
2b1e5cf
add page to leave comments to blogs
Ievgien May 26, 2025
e6150f2
Fix direct links
Ievgien May 26, 2025
f192082
switch to declarative approach
Ievgien May 27, 2025
3f6df8b
add comments
Ievgien May 27, 2025
5312c82
guest book
Ievgien May 27, 2025
31cd43f
add avatars and change home page
Ievgien May 28, 2025
4623ba8
add signals and pagination to blog page
Ievgien May 28, 2025
1d77feb
remove redundant files
Ievgien May 28, 2025
6a0ec42
add sort by on blog panel
Ievgien May 28, 2025
71fcf83
fix styles
Ievgien May 28, 2025
9f88454
refactor structure of guest book
Ievgien May 28, 2025
b7d619f
refactor blog comment to signal
Ievgien May 28, 2025
7f98181
change to signal
Ievgien May 28, 2025
a53acd1
add sign in and register forms
Ievgien May 28, 2025
c7340fb
cleanup
Ievgien May 29, 2025
8041f27
add blog comment form validation
Ievgien May 29, 2025
d0e3c76
add validation to guest form
Ievgien May 29, 2025
ebc2011
save sorting to store
Ievgien May 29, 2025
ffc6f4f
add redirect on main if blog-comment links to unexisting comment and …
Ievgien May 29, 2025
ee47e73
fix failing tests
Ievgien May 29, 2025
d2578a2
remove redundant comments and add test
Ievgien May 29, 2025
7c5c556
+test
Ievgien May 29, 2025
f46cdc4
+ integration html test
Ievgien May 29, 2025
24c4ed9
add cache for blogs
Ievgien May 29, 2025
6a17fe1
add rating field to comment (not persisted yet)
Ievgien May 29, 2025
f647c1c
code review fiexes. Control flow sytax and Not Found Component
Ievgien May 30, 2025
c100152
fix bugs
Ievgien May 30, 2025
163f4be
code review comments. Move login popup to component
Ievgien May 30, 2025
20b6567
Code review comments. Sanitize html
Ievgien May 30, 2025
c25270d
move styles to separate file
Ievgien May 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"buildTarget": "angular-template:build:production"
},
"development": {
"buildTarget": "angular-template:build:development"
"buildTarget": "angular-template:build:development",
"proxyConfig": "src/proxy.conf.json"
}
},
"defaultConfiguration": "development"
Expand Down
384 changes: 384 additions & 0 deletions server/index.js

Large diffs are not rendered by default.

Loading