Skip to content

Commit c426b24

Browse files
committed
fix(build): re-organized the folder structure and removed build issues
1 parent 91223ba commit c426b24

File tree

4 files changed

+41
-6
lines changed

4 files changed

+41
-6
lines changed

docs/2024/rest/updates/2024-05-30.md renamed to docs/2024/rest/updates/sharma/2024-05-30.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Week 1
33
author: Divij Sharma
44
tags: [gsoc24, rest]
55
---
6+
67
<!--
78
SPDX-License-Identifier: CC-BY-SA-4.0
89
@@ -11,7 +12,7 @@ SPDX-FileCopyrightText: 2024 Divij Sharma <divijs75@gmail.com>
1112

1213
# Week 1 meeting and activities
1314

14-
*(May 30,2024)*
15+
_(May 30,2024)_
1516

1617
## Attendees:
1718

@@ -25,12 +26,14 @@ SPDX-FileCopyrightText: 2024 Divij Sharma <divijs75@gmail.com>
2526
## Discussion:
2627

2728
- **Who should be doing what?**
29+
2830
- Discussed project responsibilities with my colleague [Valens](https://github.com/valens200) and mentors.
2931
- We decided that currently I will focus on the REST API Version 2 upgrade and OAuth 2.0 implementation, while Valens would work on adding test cases for the current REST API implementation.
3032

3133
- **REST API Version 2 updates**
34+
3235
- I mentioned that the work on the REST API Version 2 upgrade is almost complete and suggested we can start looking for any further improvements.
33-
- Mentors suggested I should review the code and look for any possible improvements based on my proposed guidelines. [(REST API Guidelines)](../API-guidelines.md).
36+
- Mentors suggested I should review the code and look for any possible improvements based on my proposed guidelines. [(REST API Guidelines)](../../API-guidelines.md).
3437

3538
- **OAuth 2.0 architecture discussion and needs**
3639
- [Gaurav](https://github.com/GMishx) explained the various modes of authentication we aim to have in the FOSSology project. These are:
@@ -44,4 +47,4 @@ SPDX-FileCopyrightText: 2024 Divij Sharma <divijs75@gmail.com>
4447
- Tested the REST API Version 2 on a local instance and noted down the improvements that can be made.
4548
- Researched on OAuth 2.0 and how it can be implemented in the project.
4649
- Did minor improvements in the following PR:
47-
- [feat(api): Upgrade User & Group APIs to Version 2 ](https://github.com/fossology/fossology/pull/2711)
50+
- [feat(api): Upgrade User & Group APIs to Version 2 ](https://github.com/fossology/fossology/pull/2711)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Week 1
3+
author: Valens Niyonsenga
4+
tags: [gsoc24, rest]
5+
---
6+
7+
<!--
8+
SPDX-License-Identifier: CC-BY-SA-4.0
9+
10+
SPDX-FileCopyrightText: 2024 Valens Niyonsenga <valensniyonsenga2003@gmail.com>
11+
-->
12+
13+
# Week 1 meeting and activities
14+
15+
_(May 30,2024)_
16+
17+
## Attendees:
18+
19+
- [Valens Niyonsenga](https://github.com/valens200)
20+
- [Gaurav Mishra](https://github.com/GMishx)
21+
- [Samuel Dushimimana](https://github.com/dushimsam)
22+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
23+
- [Soham Banerjee](https://github.com/soham4abc)
24+
- [Divij Sharma](https://github.com/dvjsharma)
25+
26+
## Discussion:
27+
28+
- **Who should be doing what?**
29+
30+
- I had discussion with mentors and my colleague [Divij Sharma](https://github.com/dvjsharma).
31+
- Divided responsibilities with my colleague [Divij Sharma](https://github.com/dvjsharma).
32+
- We took a decision that I will be focusing on adding test cases for the current REST API implementation while Sharma would focus on REST API version 2 upgrade and OAuth 2.0 implementation.

docs/2024/rest/updates/valens/2024-06-13.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ _(June 13,2024)_
1616

1717
## Attendees:
1818

19-
- [Divij Sharma](https://github.com/dvjsharma)
20-
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
2119
- [Valens Niyonsenga](https://github.com/valens200)
20+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
21+
- [Divij Sharma](https://github.com/dvjsharma)
2222

2323
## Discussion:
2424

@@ -29,4 +29,4 @@ _(June 13,2024)_
2929
- **Added more unit test cases for upload, folder, group and license APIs**
3030
- Took a review on code for current test cases, improved some of them and added more test cases.
3131
- Added more tests for different methods that were not yet tested.
32-
- [test(api): Added more unit test cases for upload, folder license and group APIs.](https://github.com/fossology/fossology/pull/2758)
32+
- [test(api): Added more unit test cases for upload, folder license and group APIs.](https://github.com/fossology/fossology/pull/2767)

0 commit comments

Comments
 (0)