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

Arrange the modules in alphabetical order #375

Closed
Mridul97 opened this issue Oct 4, 2018 · 7 comments
Closed

Arrange the modules in alphabetical order #375

Mridul97 opened this issue Oct 4, 2018 · 7 comments
Labels
coding Issue related to code fto-candidate gci-candidate Issue being considered for gci small

Comments

@Mridul97
Copy link

Mridul97 commented Oct 4, 2018

We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.

First Timers Only

Hi, this is a first-timers-only issue. This means this has been worked to make it more legible to folks who either haven't contributed to our codebase before or even folks who haven't contributed to open source before.

If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!

The Problem

Arrange the modules in alphabetical order, the modules right now are not in alphabetical order.

ss_20

The Solution

We need to modify the src/Modules.js file. We need to arrange the modules in the src/Modules.js file in alphabetical order.

module.exports = {
'channel': require('./modules/Channel'),
'brightness': require('./modules/Brightness'),
'edge-detect': require('./modules/EdgeDetect'),
'ndvi': require('./modules/Ndvi'),
'crop': require('./modules/Crop'),
'colormap': require('./modules/Colormap'),
'decode-qr': require('./modules/DecodeQr'),
'fisheye-gl': require('./modules/FisheyeGl'),
'dynamic': require('./modules/Dynamic'),
'blur': require('./modules/Blur'),
'saturation': require('./modules/Saturation'),
'average': require('./modules/Average'),
'blend': require('./modules/Blend'),
'import-image': require('./modules/ImportImage'),
'overlay': require('./modules/Overlay'),
'gradient': require('./modules/Gradient'),
'invert': require('image-sequencer-invert'),
'ndvi-colormap': require('./modules/NdviColormap'),
'colorbar': require('./modules/Colorbar'),
'gamma-correction': require('./modules/GammaCorrection'),
'convolution': require('./modules/Convolution'),
}

Instance Count = 1

@gitmate
Copy link

gitmate bot commented Oct 4, 2018

GitMate.io thinks possibly related issues are #108 (Math Module), #112 (Scale module), #5 (image cropping module), #367 (Create Contrast Module), and #119 (Create Histogram Module).

1 similar comment
@gitmate
Copy link

gitmate bot commented Oct 4, 2018

GitMate.io thinks possibly related issues are #108 (Math Module), #112 (Scale module), #5 (image cropping module), #367 (Create Contrast Module), and #119 (Create Histogram Module).

@Mridul97 Mridul97 added small coding Issue related to code labels Oct 4, 2018
@LeeWarnock
Copy link

claiming 😀

@Mridul97
Copy link
Author

Mridul97 commented Oct 5, 2018

Hi @LeeWarnock, actually we have reserved this issue for gci. Could you please take up an issue that is not labeled with gci-candidate.

@LeeWarnock
Copy link

of course! 😄 Thanks!

@SidharthBansal
Copy link
Member

This task is published on GCI dashboard. Thanks all.

@Jeewita
Copy link

Jeewita commented Oct 24, 2018

[https://github.com//pull/437]
I've done it! This is the PR. Please review my work on GCI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding Issue related to code fto-candidate gci-candidate Issue being considered for gci small
Projects
None yet
Development

No branches or pull requests

4 participants