Skip to content
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

Develop g7 #193

Merged
merged 40 commits into from
Mar 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e7869df
Merge pull request #123 from CodingFactory-Repos/develop
Loule95450 Jan 19, 2023
0756293
Merged 'develop' into 'develop-G7'.
github-actions[bot] Jan 19, 2023
53cd533
Merged 'develop' into 'develop-G7'.
github-actions[bot] Jan 19, 2023
364d5d7
Create fonction to fetch data from mongodb
TheoLandemaine Feb 9, 2023
3282411
Change localhost link
TheoLandemaine Feb 9, 2023
2271814
Add route for page
TheoLandemaine Feb 9, 2023
ef8d1b7
Create file to display all documents in "articles" collection in mongodb
TheoLandemaine Feb 9, 2023
ed8bf08
Merged 'develop' into 'develop-G7'.
github-actions[bot] Feb 18, 2023
8263a75
Merge branch 'develop-G7' into G7/feature/displayArticles
TheoLandemaine Mar 20, 2023
daefe0d
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 20, 2023
a8e99b0
Merge branch 'develop-G7' into G7/feature/displayArticles
TheoLandemaine Mar 20, 2023
478accb
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 20, 2023
fd74c2c
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 20, 2023
d3d5b1f
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 21, 2023
d07873f
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 21, 2023
3dead70
Change description form && add style blog
TheoLandemaine Mar 21, 2023
0d52c59
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 21, 2023
406bcee
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 21, 2023
8fb5c39
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 22, 2023
91465ff
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 22, 2023
84d2745
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 22, 2023
a4cc72e
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 22, 2023
f274aae
Move files into folder
TheoLandemaine Mar 22, 2023
123e470
Create file to show one article
TheoLandemaine Mar 22, 2023
cb03a27
Add route for new file
TheoLandemaine Mar 22, 2023
8c47215
Add store to have a dynamic display of all articles
TheoLandemaine Mar 22, 2023
bac535d
Add function to get article by its id
TheoLandemaine Mar 22, 2023
cec7ca1
Merge branch 'develop-G7' into G7/feature/displayArticles
TheoLandemaine Mar 22, 2023
6cd6302
Add fonction to participate at an event or unsuscribe at him
TheoLandemaine Mar 23, 2023
3497f67
Add events to user when user want participate && create tab for suscr…
TheoLandemaine Mar 23, 2023
a86e530
delete console.log
TheoLandemaine Mar 23, 2023
3af544c
Resolve conflicts
TheoLandemaine Mar 24, 2023
bb146f0
Merge branch 'G7/feature/Event' into develop-G7
TheoLandemaine Mar 24, 2023
4e94e5e
test to see if all work && add condition
TheoLandemaine Mar 24, 2023
0550698
Merged 'develop' into 'develop-G7'.
github-actions[bot] Mar 24, 2023
a145935
add card component && add article in user creator
TheoLandemaine Mar 24, 2023
f6c6fec
Merge branch 'develop-G7' into G7/feature/sortType
TheoLandemaine Mar 24, 2023
cb6d517
resolve codeFactor for pr
TheoLandemaine Mar 24, 2023
91a57f1
add caption to the table
TheoLandemaine Mar 24, 2023
faa40eb
delete console.log
TheoLandemaine Mar 24, 2023
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
Prev Previous commit
Next Next commit
Add route for new file
  • Loading branch information
TheoLandemaine committed Mar 22, 2023

Verified

This commit was signed with the committer’s verified signature.
commit cb03a2708b08c3f421d692b098daeb767366f163
4 changes: 2 additions & 2 deletions front-end/src/router/index.ts
Original file line number Diff line number Diff line change
@@ -43,8 +43,8 @@ const routes: Array<RouteRecordRaw> = [
component: () => import('../views/DisplayArticleView.vue'),
},
{
path: 'addArticle',
component: () => import('../views/addArticleView.vue'),
path: ':id',
component: () => import('../views/ShowArticleView.vue'),
},
],
},